1
0

build 319 B

123456789101112
  1. #!/bin/bash
  2. boost_version=$(grep 'define.*BOOST_LIB_VERSION' ../../boost/version.hpp | sed 's/.*"\([^"]*\)".*/\1/')
  3. echo Boost version tag = $boost_version
  4. bjam -a pdf xsl:param=fop1.extensions=0 xsl:param=xep.extensions=1 2>&1 | tee build.log
  5. mkdir boost_${boost_version}_pdf
  6. mv *.pdf boost_${boost_version}_pdf
粤ICP备19079148号