summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2009-12-17 16:30:02 -0500
committerDave Brolley <brolley@redhat.com>2009-12-17 16:30:02 -0500
commit31f9baea9889376f76d3fcd8333d24a140e7226e (patch)
tree10e34746cd4edd3906b12af849f749f665a1331c /Makefile.am
parent148297a5de2231e50262ec28a400b89b2d7c21f4 (diff)
downloadsystemtap-steved-31f9baea9889376f76d3fcd8333d24a140e7226e.tar.gz
systemtap-steved-31f9baea9889376f76d3fcd8333d24a140e7226e.tar.xz
systemtap-steved-31f9baea9889376f76d3fcd8333d24a140e7226e.zip
PR 10889: Reorganize client/server man pages. Document --unprivileged.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index bc1d41f4..f1418d6c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -32,11 +32,12 @@ man_MANS += stap.1
bin_SCRIPTS += dtrace
if HAVE_NSS
+man_MANS += stap-authorize-signing-cert.8
bin_PROGRAMS += stap-sign-module
bin_SCRIPTS += stap-env stap-gen-cert stap-authorize-cert stap-authorize-signing-cert
if BUILD_SERVER
-man_MANS += stap-server.8
+man_MANS += stap-client.8 stap-server.8 stap-authorize-server-cert.8
bin_PROGRAMS += stap-client-connect stap-server-connect
bin_SCRIPTS += stap-client stap-serverd stap-server stap-find-servers \
stap-start-server stap-find-or-start-server stap-stop-server \