]> sourceware.org Git - systemtap.git/commitdiff
Bump pool_size and hash_size to build Systemtap Tapset Refence manual.
authorWilliam Cohen <wcohen@redhat.com>
Thu, 23 Apr 2009 15:12:51 +0000 (11:12 -0400)
committerWilliam Cohen <wcohen@redhat.com>
Thu, 23 Apr 2009 15:12:51 +0000 (11:12 -0400)
doc/SystemTap_Tapset_Reference/Makefile.am
doc/SystemTap_Tapset_Reference/Makefile.in

index b21bfcd69fe7f377ffcf99758b0de4dcf1d75d4f..087ca887c5813a0021b55f5d7250bac2298934e4 100644 (file)
@@ -32,7 +32,10 @@ stamp-htmldocs: tapsets.xml
        xmlto html -o tapsets tapsets.xml
        touch stamp-htmldocs
 
+# 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
 
 stamp-mandocs: tapsets.xml
index 2ea897c69e6622a4921d0f66e81fee4ab373f0f7..fa753bf17f1b3a3f8262698657b55a93170b09ff 100644 (file)
@@ -429,7 +429,10 @@ uninstall-am:
 @BUILD_REFDOCS_TRUE@   xmlto html -o tapsets tapsets.xml
 @BUILD_REFDOCS_TRUE@   touch stamp-htmldocs
 
+# 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@stamp-mandocs: tapsets.xml
This page took 0.030143 seconds and 5 git commands to generate.