]> git.pld-linux.org Git - packages/rpcbind.git/blame - rpcbind-make-man.patch
- rel 5; disable broken ipv6
[packages/rpcbind.git] / rpcbind-make-man.patch
CommitLineData
1c9ff14a
JR
1diff --git a/Makefile.am b/Makefile.am
2index 54d0a92..cd56148 100644
3--- a/Makefile.am
4+++ b/Makefile.am
5@@ -1,2 +1,2 @@
6-SUBDIRS= src
7+SUBDIRS= src man
8
9diff --git a/configure.in b/configure.in
10index a158927..0298c80 100644
11--- a/configure.in
12+++ b/configure.in
13@@ -20,6 +20,6 @@ AC_CHECK_HEADERS([arpa/inet.h fcntl.h netdb.h \
14 AC_CHECK_LIB([pthread], [pthread_create])
15 AC_CHECK_LIB([tirpc], [clnt_create])
16
17-AC_CONFIG_FILES([Makefile src/Makefile])
18+AC_CONFIG_FILES([Makefile src/Makefile man/Makefile])
19 AC_OUTPUT()
20
21diff --git a/man/Makefile.am b/man/Makefile.am
22new file mode 100644
23index 0000000..84818e9
24--- /dev/null
25+++ b/man/Makefile.am
26@@ -0,0 +1,2 @@
27+man8_MANS = rpcbind.8
28+EXTRA_DIST = $(man8_MANS)
This page took 0.338622 seconds and 4 git commands to generate.