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