]> sourceware.org Git - systemtap.git/commitdiff
Make sure that the pool_size and hash_size are passed into xmlto.
authorWilliam Cohen <wcohen@redhat.com>
Thu, 23 Apr 2009 19:04:05 +0000 (15:04 -0400)
committerWilliam Cohen <wcohen@redhat.com>
Thu, 23 Apr 2009 19:04:05 +0000 (15:04 -0400)
doc/SystemTap_Tapset_Reference/Makefile.am
doc/SystemTap_Tapset_Reference/Makefile.in

index 087ca887c5813a0021b55f5d7250bac2298934e4..4dc488224760875b41e9e028c5fe6f0caf659312 100644 (file)
@@ -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
index fa753bf17f1b3a3f8262698657b55a93170b09ff..be810a9adec858860d5b15bb7c99144e6ab33e4b 100644 (file)
@@ -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_size=120000 xmlto pdf tapsets.xml
 
 @BUILD_REFDOCS_TRUE@stamp-mandocs: tapsets.xml
 @BUILD_REFDOCS_TRUE@   xmlto man -o man3 tapsets.xml
This page took 0.030021 seconds and 5 git commands to generate.