From c24a9d9a9795fac838c4074494006e6e7e1e8835 Mon Sep 17 00:00:00 2001 From: William Cohen Date: Tue, 9 Mar 2010 19:53:52 -0500 Subject: PR 11210 move stapprobe.* man pages to tapset::* Complete the renaming scheme with prefix of "tapset::" for the man pages related to over all description of groups of probes. --- configure.ac | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 46719599..501e4805 100644 --- a/configure.ac +++ b/configure.ac @@ -500,7 +500,13 @@ test "$stap_prefix" = NONE && stap_prefix=$ac_default_prefix AC_DEFINE_UNQUOTED(STAP_PREFIX, "$stap_prefix", [configure prefix location]) AC_CONFIG_HEADERS([config.h:config.in]) -AC_CONFIG_FILES(Makefile doc/Makefile doc/beginners/Makefile doc/SystemTap_Tapset_Reference/Makefile grapher/Makefile grapher/stapgraph.1 stap.1 stapprobes.3stap stapfuncs.3stap stapvars.3stap stapex.3stap staprun.8 stap-client.8 stap-server.8 stap-authorize-server-cert.8 stap-authorize-signing-cert.8 man/stapprobes.iosched.3stap man/stapprobes.irq.3stap man/stapprobes.netdev.3stap man/stapprobes.nfs.3stap man/stapprobes.nfsd.3stap man/stapprobes.pagefault.3stap man/stapprobes.kprocess.3stap man/stapprobes.rpc.3stap man/stapprobes.scsi.3stap man/stapprobes.signal.3stap man/stapprobes.socket.3stap man/stapprobes.tcp.3stap man/stapprobes.udp.3stap man/stapprobes.snmp.3stap initscript/systemtap initscript/stap-server dtrace.1) +AC_CONFIG_FILES([Makefile doc/Makefile \ +doc/beginners/Makefile doc/SystemTap_Tapset_Reference/Makefile \ +grapher/Makefile \ +grapher/stapgraph.1 stap.1 stapprobes.3stap stapfuncs.3stap stapvars.3stap \ +stapex.3stap staprun.8 stap-client.8 stap-server.8 \ +stap-authorize-server-cert.8 stap-authorize-signing-cert.8 \ +initscript/systemtap initscript/stap-server dtrace.1]) AC_CONFIG_SUBDIRS(testsuite) if test $enable_translator == "yes"; then AC_CONFIG_FILES([run-stap], [chmod +x run-stap]) -- cgit