SOURCES: rpcbind-make-man.patch (NEW) - Added make rules for the m...
baggins
baggins at pld-linux.org
Tue May 8 15:50:06 CEST 2007
Author: baggins Date: Tue May 8 13:50:06 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- Added make rules for the man directory
---- Files affected:
SOURCES:
rpcbind-make-man.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/rpcbind-make-man.patch
diff -u /dev/null SOURCES/rpcbind-make-man.patch:1.1
--- /dev/null Tue May 8 15:50:06 2007
+++ SOURCES/rpcbind-make-man.patch Tue May 8 15:50:01 2007
@@ -0,0 +1,28 @@
+diff --git a/Makefile.am b/Makefile.am
+index 54d0a92..cd56148 100644
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -1,2 +1,2 @@
+-SUBDIRS= src
++SUBDIRS= src man
+
+diff --git a/configure.in b/configure.in
+index a158927..0298c80 100644
+--- a/configure.in
++++ b/configure.in
+@@ -20,6 +20,6 @@ AC_CHECK_HEADERS([arpa/inet.h fcntl.h netdb.h \
+ AC_CHECK_LIB([pthread], [pthread_create])
+ AC_CHECK_LIB([tirpc], [clnt_create])
+
+-AC_CONFIG_FILES([Makefile src/Makefile])
++AC_CONFIG_FILES([Makefile src/Makefile man/Makefile])
+ AC_OUTPUT()
+
+diff --git a/man/Makefile.am b/man/Makefile.am
+new file mode 100644
+index 0000000..84818e9
+--- /dev/null
++++ b/man/Makefile.am
+@@ -0,0 +1,2 @@
++man8_MANS = rpcbind.8
++EXTRA_DIST = $(man8_MANS)
================================================================
More information about the pld-cvs-commit
mailing list