diff options
author | William Cohen <wcohen@redhat.com> | 2009-03-19 10:38:33 -0400 |
---|---|---|
committer | William Cohen <wcohen@redhat.com> | 2009-03-19 10:38:33 -0400 |
commit | a1e3976f68658d0cf985449e0e67c960b398e7e5 (patch) | |
tree | c52cfbf6025d37ebb09934e057a14110ae275da8 /systemtap.spec | |
parent | fab6ce30772ec0c45f7d5e295a6e09c95971e9f5 (diff) | |
download | systemtap-steved-a1e3976f68658d0cf985449e0e67c960b398e7e5.tar.gz systemtap-steved-a1e3976f68658d0cf985449e0e67c960b398e7e5.tar.xz systemtap-steved-a1e3976f68658d0cf985449e0e67c960b398e7e5.zip |
Only include man3stap pages if documentation built.
Diffstat (limited to 'systemtap.spec')
-rw-r--r-- | systemtap.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemtap.spec b/systemtap.spec index ad1889c7..4eca3451 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -246,13 +246,13 @@ exit 0 %if %{with_docs} %doc docs.installed/*.pdf %doc docs.installed/tapsets +%{_mandir}/man3stap/* %endif %{_bindir}/stap %{_bindir}/stap-report %{_mandir}/man1/* %{_mandir}/man5/* -%{_mandir}/man3stap/* %dir %{_datadir}/%{name} %{_datadir}/%{name}/runtime |