diff options
author | William Cohen <wcohen@redhat.com> | 2009-04-23 11:12:51 -0400 |
---|---|---|
committer | William Cohen <wcohen@redhat.com> | 2009-04-23 11:12:51 -0400 |
commit | 1e0a708d560ed69405e94a45d11067abae7f79a5 (patch) | |
tree | ee27fd5028e9bc10bb42a80cae22f2ba1460fa56 /doc/SystemTap_Tapset_Reference/Makefile.am | |
parent | d0ea46ceac2e72fe0b86269ea50c004711148158 (diff) | |
download | systemtap-steved-1e0a708d560ed69405e94a45d11067abae7f79a5.tar.gz systemtap-steved-1e0a708d560ed69405e94a45d11067abae7f79a5.tar.xz systemtap-steved-1e0a708d560ed69405e94a45d11067abae7f79a5.zip |
Bump pool_size and hash_size to build Systemtap Tapset Refence manual.
Diffstat (limited to 'doc/SystemTap_Tapset_Reference/Makefile.am')
-rw-r--r-- | doc/SystemTap_Tapset_Reference/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/SystemTap_Tapset_Reference/Makefile.am b/doc/SystemTap_Tapset_Reference/Makefile.am index b21bfcd6..087ca887 100644 --- a/doc/SystemTap_Tapset_Reference/Makefile.am +++ b/doc/SystemTap_Tapset_Reference/Makefile.am @@ -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 |