summaryrefslogtreecommitdiffstats
path: root/Makefile.am
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 /Makefile.am
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 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index a7603fb2..2523b28d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -13,6 +13,7 @@ AM_CFLAGS = -D_GNU_SOURCE -fexceptions -Wall -Werror -Wunused -Wformat=2 -W
AM_CXXFLAGS = -Wall -Werror
man_MANS = stapprobes.3stap stapfuncs.3stap stapvars.3stap stapex.3stap \
+dtrace.1 \
staprun.8 \
man/stapprobes.iosched.3stap man/stapprobes.netdev.3stap \
man/stapprobes.nfs.3stap man/stapprobes.nfsd.3stap \