diff options
author | William Cohen <wcohen@redhat.com> | 2010-03-09 19:53:52 -0500 |
---|---|---|
committer | William Cohen <wcohen@redhat.com> | 2010-03-09 20:14:19 -0500 |
commit | c24a9d9a9795fac838c4074494006e6e7e1e8835 (patch) | |
tree | ee5f4ddc417ae69ea707ad5f92550f8c91544c4e /configure | |
parent | c0f562688ae877000f46058f748a8b986679863e (diff) | |
download | systemtap-steved-c24a9d9a9795fac838c4074494006e6e7e1e8835.tar.gz systemtap-steved-c24a9d9a9795fac838c4074494006e6e7e1e8835.tar.xz systemtap-steved-c24a9d9a9795fac838c4074494006e6e7e1e8835.zip |
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.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 16 |
1 files changed, 1 insertions, 15 deletions
@@ -9327,7 +9327,7 @@ _ACEOF ac_config_headers="$ac_config_headers config.h:config.in" -ac_config_files="$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="$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" @@ -10094,20 +10094,6 @@ do "stap-server.8") CONFIG_FILES="$CONFIG_FILES stap-server.8" ;; "stap-authorize-server-cert.8") CONFIG_FILES="$CONFIG_FILES stap-authorize-server-cert.8" ;; "stap-authorize-signing-cert.8") CONFIG_FILES="$CONFIG_FILES stap-authorize-signing-cert.8" ;; - "man/stapprobes.iosched.3stap") CONFIG_FILES="$CONFIG_FILES man/stapprobes.iosched.3stap" ;; - "man/stapprobes.irq.3stap") CONFIG_FILES="$CONFIG_FILES man/stapprobes.irq.3stap" ;; - "man/stapprobes.netdev.3stap") CONFIG_FILES="$CONFIG_FILES man/stapprobes.netdev.3stap" ;; - "man/stapprobes.nfs.3stap") CONFIG_FILES="$CONFIG_FILES man/stapprobes.nfs.3stap" ;; - "man/stapprobes.nfsd.3stap") CONFIG_FILES="$CONFIG_FILES man/stapprobes.nfsd.3stap" ;; - "man/stapprobes.pagefault.3stap") CONFIG_FILES="$CONFIG_FILES man/stapprobes.pagefault.3stap" ;; - "man/stapprobes.kprocess.3stap") CONFIG_FILES="$CONFIG_FILES man/stapprobes.kprocess.3stap" ;; - "man/stapprobes.rpc.3stap") CONFIG_FILES="$CONFIG_FILES man/stapprobes.rpc.3stap" ;; - "man/stapprobes.scsi.3stap") CONFIG_FILES="$CONFIG_FILES man/stapprobes.scsi.3stap" ;; - "man/stapprobes.signal.3stap") CONFIG_FILES="$CONFIG_FILES man/stapprobes.signal.3stap" ;; - "man/stapprobes.socket.3stap") CONFIG_FILES="$CONFIG_FILES man/stapprobes.socket.3stap" ;; - "man/stapprobes.tcp.3stap") CONFIG_FILES="$CONFIG_FILES man/stapprobes.tcp.3stap" ;; - "man/stapprobes.udp.3stap") CONFIG_FILES="$CONFIG_FILES man/stapprobes.udp.3stap" ;; - "man/stapprobes.snmp.3stap") CONFIG_FILES="$CONFIG_FILES man/stapprobes.snmp.3stap" ;; "initscript/systemtap") CONFIG_FILES="$CONFIG_FILES initscript/systemtap" ;; "initscript/stap-server") CONFIG_FILES="$CONFIG_FILES initscript/stap-server" ;; "dtrace.1") CONFIG_FILES="$CONFIG_FILES dtrace.1" ;; |