Move to filename.
authorBruno Haible <bruno@clisp.org>
Sun, 25 Feb 2007 15:04:52 +0000 (15:04 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 25 Feb 2007 15:04:52 +0000 (15:04 +0000)
modules/pathname [deleted file]

diff --git a/modules/pathname b/modules/pathname
deleted file mode 100644 (file)
index b30e746..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-Description:
-Construct a full pathname by concatenating a directory name, a relative
-filename, and a suffix.
-
-Files:
-lib/pathname.h
-lib/concatpath.c
-
-Depends-on:
-xalloc
-stpcpy
-
-configure.ac:
-
-Makefile.am:
-lib_SOURCES += pathname.h concatpath.c
-
-Include:
-"pathname.h"
-
-License:
-GPL
-
-Maintainer:
-Bruno Haible
-