]> git.pld-linux.org Git - packages/rpcbind.git/blob - rpcbind-make-man.patch
- Allow the warms start code to be enabled at compile time
[packages/rpcbind.git] / rpcbind-make-man.patch
1 diff --git a/Makefile.am b/Makefile.am
2 index 54d0a92..cd56148 100644
3 --- a/Makefile.am
4 +++ b/Makefile.am
5 @@ -1,2 +1,2 @@
6 -SUBDIRS= src
7 +SUBDIRS= src man
8  
9 diff --git a/configure.in b/configure.in
10 index 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                                                                     
21 diff --git a/man/Makefile.am b/man/Makefile.am
22 new file mode 100644
23 index 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.027791 seconds and 3 git commands to generate.