summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2014-01-23 11:24:24 -0500
committerSteve Dickson <steved@redhat.com>2014-01-23 11:27:46 -0500
commit3bb76d971e6f5adf20ee8b1b2bf3fabf083badc0 (patch)
tree8dd82b54ffceaa1e28bdd8e92149a0b89b9be7c4 /man
parent797365fe171d240f644ec044b6ac2a045496bc4e (diff)
downloadti-rpc-3bb76d971e6f5adf20ee8b1b2bf3fabf083badc0.tar.gz
man: Organize man/Makefile.am
Clean up man/Makefile. Document man pages we maintain upstream but that are typically not installed by distributions. Finally, restore the man page which describes the libtirpc rpcbind client API. This includes rpcb_getmaps(3t), rpcb_getaddr(3t), rpcb_gettime(3t), rpcb_rmtcall(3t), rpcb_set(3t), and rpcb_unset(3t). Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.am24
1 files changed, 16 insertions, 8 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index 8f764b7..a37c7da 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -1,11 +1,19 @@
+LOOKUP_MANS = getrpcent.3t getrpcport.3t
+NETCONFIG_MANS = getnetconfig.3t getnetpath.3t
+BIND_MANS = bindresvport.3t
+COMPAT_MANS = des_crypt.3t rpc_soc.3t rpc_secure.3t rtime.3t
+CLIENT_MANS = rpc_clnt_auth.3t rpc_clnt_calls.3t rpc_clnt_create.3t \
+ rpcbind.3t
+SERVER_MANS = rpc_svc_calls.3t rpc_svc_create.3t rpc_svc_err.3t \
+ rpc_svc_reg.3t
+GENERIC_MANS = rpc.3t rpc_xdr.3t
-man5_MANS = netconfig.5
-man3_MANS = bindresvport.3t des_crypt.3t getnetconfig.3t getnetpath.3t \
- getrpcent.3t getrpcport.3t rpc.3t rpc_clnt_auth.3t rpc_clnt_calls.3t \
- rpc_clnt_create.3t rpc_secure.3t rpc_soc.3t rpc_svc_calls.3t \
- rpc_svc_create.3t rpc_svc_err.3t rpc_svc_reg.3t rpc_xdr.3t rtime.3t
+dist_man5_MANS = netconfig.5
+dist_man3_MANS = $(LOOKUP_MANS) $(NETCONFIG_MANS) \
+ $(BIND_MANS) $(GENERIC_MANS) $(COMPAT_MANS) \
+ $(CLIENT_MANS) $(SERVER_MANS)
-EXTRA_DIST = $(man5_MANS) $(man3_MANS)
+EXTRA_DIST = publickey.3t publickey.5 rpc.5
-CLEANFILES = cscope.* *~
-DISTCLEANFILES = Makefile.in
+CLEANFILES = cscope.* *~
+DISTCLEANFILES = Makefile.in