mirror of
https://github.com/boostorg/boost.git
synced 2025-04-07 22:39:25 +00:00
Add build script.
[SVN r60616]
This commit is contained in:
parent
1d2d18939d
commit
2cb731ecad
1 changed files with 10 additions and 0 deletions
10
doc/pdf/build
Normal file
10
doc/pdf/build
Normal file
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
Loading…
Add table
Reference in a new issue