summaryrefslogtreecommitdiffstats
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
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.
-rw-r--r--doc/ChangeLog5
-rw-r--r--doc/SystemTap_Tapset_Reference/Makefile.am4
-rw-r--r--doc/SystemTap_Tapset_Reference/Makefile.in4
3 files changed, 9 insertions, 4 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 0136174f..e2ad1d80 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,5 +1,10 @@
2008-11-26 Will Cohen <wcohen@redhat.com>
+ * SystemTap_Tapset_Reference/tapsets.am: Correct location for html/man.
+ * SystemTap_Tapset_Reference/tapsets.in: Regenerate.
+
+2008-11-26 Will Cohen <wcohen@redhat.com>
+
* SystemTap_Tapset_Reference/tapsets.tmpl: Add process.
2008-11-25 Will Cohen <wcohen@redhat.com>
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
diff --git a/doc/SystemTap_Tapset_Reference/Makefile.in b/doc/SystemTap_Tapset_Reference/Makefile.in
index 5dff66f8..b61be1b7 100644
--- a/doc/SystemTap_Tapset_Reference/Makefile.in
+++ b/doc/SystemTap_Tapset_Reference/Makefile.in
@@ -441,13 +441,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