Jiri Slaby
7b50b9c758
upgrade to 1.8 OBS-URL: https://build.opensuse.org/request/show/125473 OBS-URL: https://build.opensuse.org/package/show/devel:tools/systemtap?expand=0&rev=51
18 lines
712 B
Diff
18 lines
712 B
Diff
---
|
|
doc/SystemTap_Tapset_Reference/Makefile.am | 4 +++-
|
|
1 file changed, 3 insertions(+), 1 deletion(-)
|
|
|
|
--- a/doc/SystemTap_Tapset_Reference/Makefile.am
|
|
+++ b/doc/SystemTap_Tapset_Reference/Makefile.am
|
|
@@ -56,7 +56,9 @@ stamp-htmldocs: tapsets.xml
|
|
|
|
# bump up the allocated space so "xmlto pdf" works
|
|
tapsets.pdf: tapsets.xml
|
|
- env pool_size=6000000 hash_extra=6000000 xmlto $(XMLTOPDF_FOP) $(XMLTOPDFPARAMS) pdf tapsets.xml >/dev/null 2>&1
|
|
+# env pool_size=6000000 hash_extra=6000000 xmlto $(XMLTOPDF_FOP) $(XMLTOPDFPARAMS) pdf tapsets.xml >/dev/null 2>&1
|
|
+ xmlto fo tapsets.xml
|
|
+ fop tapsets.fo tapsets.pdf
|
|
|
|
stamp-mandocs: tapsets.xml
|
|
xmlto $(XMLTOMANPARAMS) man -o man3 tapsets.xml >/dev/null 2>&1
|