summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorWilliam Cohen <wcohen@redhat.com>2009-04-23 15:37:22 -0400
committerWilliam Cohen <wcohen@redhat.com>2009-04-23 15:37:22 -0400
commit551218c441e28128d458c4fbd4923335800ea878 (patch)
tree1094e0e6f51a691550dc4a3c7bfaf3cbb4885982 /doc
parent699ed2d5a50e03c029e9eb9437484cb15bb98a3c (diff)
downloadsystemtap-steved-551218c441e28128d458c4fbd4923335800ea878.tar.gz
systemtap-steved-551218c441e28128d458c4fbd4923335800ea878.tar.xz
systemtap-steved-551218c441e28128d458c4fbd4923335800ea878.zip
Make sure values get passed to xmlto.
Diffstat (limited to 'doc')
-rw-r--r--doc/SystemTap_Tapset_Reference/Makefile.am4
-rw-r--r--doc/SystemTap_Tapset_Reference/Makefile.in4
2 files changed, 2 insertions, 6 deletions
diff --git a/doc/SystemTap_Tapset_Reference/Makefile.am b/doc/SystemTap_Tapset_Reference/Makefile.am
index 087ca887..7903b12b 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_extra=2000000 xmlto pdf tapsets.xml
stamp-mandocs: tapsets.xml
xmlto man -o man3 tapsets.xml
diff --git a/doc/SystemTap_Tapset_Reference/Makefile.in b/doc/SystemTap_Tapset_Reference/Makefile.in
index fa753bf1..66b163f8 100644
--- a/doc/SystemTap_Tapset_Reference/Makefile.in
+++ b/doc/SystemTap_Tapset_Reference/Makefile.in
@@ -431,9 +431,7 @@ uninstall-am:
# bump up the allocated space so "xmlto pdf" works
@BUILD_REFDOCS_TRUE@tapsets.pdf: tapsets.xml
-@BUILD_REFDOCS_TRUE@ export pool_size=2000000
-@BUILD_REFDOCS_TRUE@ export hash_size=120000
-@BUILD_REFDOCS_TRUE@ xmlto pdf tapsets.xml
+@BUILD_REFDOCS_TRUE@ env pool_size=2000000 hash_extra=2000000 xmlto pdf tapsets.xml
@BUILD_REFDOCS_TRUE@stamp-mandocs: tapsets.xml
@BUILD_REFDOCS_TRUE@ xmlto man -o man3 tapsets.xml