summaryrefslogtreecommitdiff
path: root/doc/pdf/build
diff options
context:
space:
mode:
Diffstat (limited to 'doc/pdf/build')
-rw-r--r--doc/pdf/build13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/pdf/build b/doc/pdf/build
new file mode 100644
index 0000000000..7e70426d5e
--- /dev/null
+++ b/doc/pdf/build
@@ -0,0 +1,13 @@
+#!/bin/bash
+boost_version=$(grep 'define.*BOOST_LIB_VERSION' ../../boost/version.hpp | sed 's/.*"\([^"]*\)".*/\1/')
+echo Boost version tag = $boost_version
+bjam -a --enable-index pdf xsl:param=fop1.extensions=0 xsl:param=xep.extensions=1 2>&1 | tee build.log
+mkdir boost_${boost_version}_pdf
+mv *.pdf boost_${boost_version}_pdf
+
+
+
+
+
+
+