]> granicus.if.org Git - libtirpc/commitdiff
man: Organize man/Makefile.am
authorChuck Lever <chuck.lever@oracle.com>
Thu, 23 Jan 2014 16:24:24 +0000 (11:24 -0500)
committerSteve Dickson <steved@redhat.com>
Thu, 23 Jan 2014 16:27:46 +0000 (11:27 -0500)
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>
man/Makefile.am

index 8f764b7506927358b40f870947a8d3dd3097acc1..a37c7da7b297a05e22cb0189b05efc3c9fe7f759 100644 (file)
@@ -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