summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorStan Cox <scox@redhat.com>2010-01-20 11:25:19 -0500
committerStan Cox <scox@redhat.com>2010-01-20 11:28:00 -0500
commit4e6d866ff635108634f8d0156d21c171e0d056f4 (patch)
treefd9c5469db72b5007fd9cdd9496ead46897b9ad4 /configure
parent01fdcd403fc7167cbb31da85f0bf0af523f3bdf1 (diff)
downloadsystemtap-steved-4e6d866ff635108634f8d0156d21c171e0d056f4.tar.gz
systemtap-steved-4e6d866ff635108634f8d0156d21c171e0d056f4.tar.xz
systemtap-steved-4e6d866ff635108634f8d0156d21c171e0d056f4.zip
Add dtrace.1 man page.
* dtrace.1: New file. * Makefile.am (man_MANS): Add dtrace.1 * Makefile.in: Regenerate. * configure.ac (AC_CONFIG_FILES): Add dtrace.1 * configure: Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 517a681a..dfc57a82 100755
--- a/configure
+++ b/configure
@@ -9698,7 +9698,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"
+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"
@@ -10481,6 +10481,7 @@ do
"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" ;;
"run-stap") CONFIG_FILES="$CONFIG_FILES run-stap" ;;
"run-staprun") CONFIG_FILES="$CONFIG_FILES run-staprun" ;;
"dtrace") CONFIG_FILES="$CONFIG_FILES dtrace" ;;