summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/SystemTap_Tapset_Reference/Makefile.am4
-rw-r--r--doc/SystemTap_Tapset_Reference/Makefile.in4
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/SystemTap_Tapset_Reference/Makefile.am b/doc/SystemTap_Tapset_Reference/Makefile.am
index 4dc48822..087ca887 100644
--- a/doc/SystemTap_Tapset_Reference/Makefile.am
+++ b/doc/SystemTap_Tapset_Reference/Makefile.am
@@ -34,7 +34,9 @@ stamp-htmldocs: tapsets.xml
# bump up the allocated space so "xmlto pdf" works
tapsets.pdf: tapsets.xml
- env pool_size=2000000 hash_size=120000 xmlto pdf tapsets.xml
+ export pool_size=2000000
+ export hash_size=120000
+ xmlto pdf tapsets.xml
stamp-mandocs: tapsets.xml
xmlto man -o man3 tapsets.xml
diff --git a/doc/SystemTap_Tapset_Reference/Makefile.in b/doc/SystemTap_Tapset_Reference/Makefile.in
index be810a9a..fa753bf1 100644
--- a/doc/SystemTap_Tapset_Reference/Makefile.in
+++ b/doc/SystemTap_Tapset_Reference/Makefile.in
@@ -431,7 +431,9 @@ uninstall-am:
# bump up the allocated space so "xmlto pdf" works
@BUILD_REFDOCS_TRUE@tapsets.pdf: tapsets.xml
-@BUILD_REFDOCS_TRUE@ env pool_size=2000000 hash_size=120000 xmlto pdf tapsets.xml
+@BUILD_REFDOCS_TRUE@ export pool_size=2000000
+@BUILD_REFDOCS_TRUE@ export hash_size=120000
+@BUILD_REFDOCS_TRUE@ xmlto pdf tapsets.xml
@BUILD_REFDOCS_TRUE@stamp-mandocs: tapsets.xml
@BUILD_REFDOCS_TRUE@ xmlto man -o man3 tapsets.xml