18 lines
550 B
Diff
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
|