summaryrefslogtreecommitdiff
path: root/doc/pdf
diff options
context:
space:
mode:
authorJohn Maddock <john@johnmaddock.co.uk>2010-03-15 17:07:12 +0000
committerJohn Maddock <john@johnmaddock.co.uk>2010-03-15 17:07:12 +0000
commit2cb731ecad9bd236fd233cf2d5103053a9b096b3 (patch)
tree31fe16164ee1e58c57cb3e07484176acc5abf464 /doc/pdf
parent1d2d18939d5b8664324b6e2d09da74fa7ba9ba9d (diff)
downloadboost-2cb731ecad9bd236fd233cf2d5103053a9b096b3.tar.gz
Add build script.
[SVN r60616]
Diffstat (limited to 'doc/pdf')
-rw-r--r--doc/pdf/build10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/pdf/build b/doc/pdf/build
new file mode 100644
index 0000000000..c4d847ffc8
--- /dev/null
+++ b/doc/pdf/build
@@ -0,0 +1,10 @@
+#!/bin/bash
+boost_version=$(grep 'define.*BOOST_LIB_VERSION' ../../boost/version.hpp | sed 's/.*"\([^"]*\)".*/\1/')
+echo Boost version tag = $boost_version
+bjam pdf xsl:param=fop1.extensions=0 xsl:param=xep.extensions=1
+mkdir boost_${boost_version}_pdf
+mv *.pdf boost_${boost_version}_pdf
+
+
+
+