diff options
author | William Cohen <wcohen@redhat.com> | 2008-12-22 13:26:10 -0500 |
---|---|---|
committer | William Cohen <wcohen@redhat.com> | 2008-12-22 13:26:10 -0500 |
commit | 5bfd7a3769ba6dcfc9240357ad97f5243da37333 (patch) | |
tree | 17cc1541105bc03ba875c488b353ced932285994 /systemtap.spec | |
parent | a688cff28de458448f40584acfa5f22d7e444471 (diff) | |
download | systemtap-steved-5bfd7a3769ba6dcfc9240357ad97f5243da37333.tar.gz systemtap-steved-5bfd7a3769ba6dcfc9240357ad97f5243da37333.tar.xz systemtap-steved-5bfd7a3769ba6dcfc9240357ad97f5243da37333.zip |
Add generations of tapset reference manual material.
Diffstat (limited to 'systemtap.spec')
-rw-r--r-- | systemtap.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/systemtap.spec b/systemtap.spec index 479e2b4c..9fa0e68d 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -44,6 +44,7 @@ Requires: crash %if %{with_docs} BuildRequires: /usr/bin/latex /usr/bin/dvips /usr/bin/ps2pdf latex2html +BuildRequires: xmlto %endif %description @@ -185,6 +186,7 @@ cp -rp testsuite $RPM_BUILD_ROOT%{_datadir}/systemtap # %doc directive. mkdir docs.installed mv $RPM_BUILD_ROOT%{_datadir}/doc/systemtap/*.pdf docs.installed/ +mv $RPM_BUILD_ROOT%{_datadir}/doc/systemtap/tapsets docs.installed/ %endif %clean @@ -201,6 +203,7 @@ exit 0 %doc README AUTHORS NEWS COPYING examples %if %{with_docs} %doc docs.installed/*.pdf +%doc docs.installed/tapsets %endif %{_bindir}/stap |