diff options
author | dsmith <dsmith> | 2007-02-27 22:49:35 +0000 |
---|---|---|
committer | dsmith <dsmith> | 2007-02-27 22:49:35 +0000 |
commit | be16810511c4eb5aecda11342126f60bcc58e219 (patch) | |
tree | 54842ae57aea27b5ac4db5559bbcb07cb5a39d07 /systemtap.spec.in | |
parent | e7122323cb8fb9fde3460113e9f8adbc4a46763f (diff) | |
download | systemtap-steved-be16810511c4eb5aecda11342126f60bcc58e219.tar.gz systemtap-steved-be16810511c4eb5aecda11342126f60bcc58e219.tar.xz systemtap-steved-be16810511c4eb5aecda11342126f60bcc58e219.zip |
2007-02-27 David Smith <dsmith@redhat.com>
* 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.
Diffstat (limited to 'systemtap.spec.in')
-rw-r--r-- | systemtap.spec.in | 3 |
1 files changed, 3 insertions, 0 deletions
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 <dsmith@redhat.com> - 0.5.13-1 |