summaryrefslogtreecommitdiffstats
path: root/doc/SystemTap_Tapset_Reference/Makefile.am
diff options
context:
space:
mode:
authorWilliam Cohen <wcohen@redhat.com>2009-04-23 15:26:32 -0400
committerWilliam Cohen <wcohen@redhat.com>2009-04-23 15:26:32 -0400
commitfd8646cc285b96601bf5602d7c669d09b0344c13 (patch)
tree1cd2cc946800969a9816883a8b2f2edc27caccdb /doc/SystemTap_Tapset_Reference/Makefile.am
parent52bc8b53c4bf03d51edf02d088aa04af809b9005 (diff)
downloadsystemtap-steved-fd8646cc285b96601bf5602d7c669d09b0344c13.tar.gz
systemtap-steved-fd8646cc285b96601bf5602d7c669d09b0344c13.tar.xz
systemtap-steved-fd8646cc285b96601bf5602d7c669d09b0344c13.zip
Revert "Make sure that the pool_size and hash_size are passed into xmlto."
This reverts commit 52bc8b53c4bf03d51edf02d088aa04af809b9005.
Diffstat (limited to 'doc/SystemTap_Tapset_Reference/Makefile.am')
-rw-r--r--doc/SystemTap_Tapset_Reference/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/SystemTap_Tapset_Reference/Makefile.am b/doc/SystemTap_Tapset_Reference/Makefile.am
index 4dc48822..087ca887 100644
--- a/doc/SystemTap_Tapset_Reference/Makefile.am
+++ b/doc/SystemTap_Tapset_Reference/Makefile.am
@@ -34,7 +34,9 @@ stamp-htmldocs: tapsets.xml
# bump up the allocated space so "xmlto pdf" works
tapsets.pdf: tapsets.xml
- env pool_size=2000000 hash_size=120000 xmlto pdf tapsets.xml
+ export pool_size=2000000
+ export hash_size=120000
+ xmlto pdf tapsets.xml
stamp-mandocs: tapsets.xml
xmlto man -o man3 tapsets.xml