44f20ab9eb
OBS-URL: https://build.opensuse.org/request/show/330582 OBS-URL: https://build.opensuse.org/package/show/devel:tools/systemtap?expand=0&rev=79
18 lines
664 B
Diff
18 lines
664 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
|
|
+# env pool_size=6000000 hash_extra=6000000 xmlto $(XMLTOPDF_FOP) $(XMLTOPDFPARAMS) pdf tapsets.xml
|
|
+ xmlto fo tapsets.xml
|
|
+ fop tapsets.fo tapsets.pdf
|
|
|
|
stamp-mandocs: tapsets.xml
|
|
xmlto $(XMLTOMANPARAMS) man -o man3 tapsets.xml
|