systemtap/systemtap-xmlto-fop.diff
Tony Jones c888d4e1d8 Accepting request 25952 from home:jones_tony:Factory
Copy from home:jones_tony:Factory/systemtap via accept of submit request 25952 revision 3.
Request was accepted with message:

OBS-URL: https://build.opensuse.org/request/show/25952
OBS-URL: https://build.opensuse.org/package/show/devel:tools/systemtap?expand=0&rev=7
2009-12-08 01:08:09 +00:00

18 lines
550 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
@@ -34,7 +34,9 @@
# bump up the allocated space so "xmlto pdf" works
tapsets.pdf: tapsets.xml
- env pool_size=2000000 hash_extra=2000000 xmlto pdf tapsets.xml
+# env pool_size=2000000 hash_extra=2000000 xmlto pdf tapsets.xml
+ xmlto fo tapsets.xml
+ fop tapsets.fo tapsets.pdf
stamp-mandocs: tapsets.xml
xmlto man -o man3 tapsets.xml