summaryrefslogtreecommitdiffstats
path: root/Makefile.in
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.in
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.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index e655f8a2..57ddff63 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -402,7 +402,7 @@ AM_CPPFLAGS = -DBINDIR='"$(bindir)"' -DSYSCONFDIR='"$(sysconfdir)"' -DPKGDATADIR
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 staprun.8 man/stapprobes.iosched.3stap \
+ stapex.3stap dtrace.1 staprun.8 man/stapprobes.iosched.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 \