summaryrefslogtreecommitdiffstats
path: root/doc/SystemTap_Tapset_Reference/Makefile.am
diff options
context:
space:
mode:
authorWilliam Cohen <wcohen@redhat.com>2008-11-26 15:22:18 -0500
committerWilliam Cohen <wcohen@redhat.com>2008-11-26 15:22:18 -0500
commit6516738fcdd511677c6e205347a25e1398348093 (patch)
tree8289900cea69ac35f17829fbaecc248f3361a1fc /doc/SystemTap_Tapset_Reference/Makefile.am
parent0793bdc4e22af6dd29420f04c3b40ced72ba4b54 (diff)
downloadsystemtap-steved-6516738fcdd511677c6e205347a25e1398348093.tar.gz
systemtap-steved-6516738fcdd511677c6e205347a25e1398348093.tar.xz
systemtap-steved-6516738fcdd511677c6e205347a25e1398348093.zip
Correct location for Systemtap_Tapset_Reference man and html output.
Diffstat (limited to 'doc/SystemTap_Tapset_Reference/Makefile.am')
-rw-r--r--doc/SystemTap_Tapset_Reference/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/SystemTap_Tapset_Reference/Makefile.am b/doc/SystemTap_Tapset_Reference/Makefile.am
index 8327e900..c196e977 100644
--- a/doc/SystemTap_Tapset_Reference/Makefile.am
+++ b/doc/SystemTap_Tapset_Reference/Makefile.am
@@ -22,13 +22,13 @@ xmldocs: docproc
SRCTREE=$(SRCTREE) $(DOCPROC) doc $(abs_srcdir)/tapsets.tmpl > tapsets.xml
htmldocs: xmldocs
- xmlto html -o tapset tapsets.xml
+ xmlto html -o tapsets tapsets.xml
pdfdocs: xmldocs
xmlto pdf tapsets.xml
mandocs: xmldocs
- xmlto man tapsets.xml
+ xmlto man -o man5 tapsets.xml
#FIXME need to figure out where to install things appropriately
#installmandocs: mandocs