From be16810511c4eb5aecda11342126f60bcc58e219 Mon Sep 17 00:00:00 2001 From: dsmith Date: Tue, 27 Feb 2007 22:49:35 +0000 Subject: 2007-02-27 David Smith * staprun.8.in: Added a basic staprun man page. * Makefile.am: Added staprun.8. * Makefile.in: Regenerated. * configure.ac: Added staprun.8. * configure: Regenerated. * systemtap.spec.in: Added staprun.8 and other document files to staprun RPM. * .cvsignore: Ignores staprun.8. --- systemtap.spec.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'systemtap.spec.in') diff --git a/systemtap.spec.in b/systemtap.spec.in index 7befba6c..038a7c06 100644 --- a/systemtap.spec.in +++ b/systemtap.spec.in @@ -146,6 +146,9 @@ rm -rf ${RPM_BUILD_ROOT} %files runtime %defattr(-,root,root) %{_bindir}/staprun +%{_mandir}/man8/* + +%doc README AUTHORS NEWS COPYING %changelog * Mon Feb 26 2007 David Smith - 0.5.13-1 -- cgit