Explorar o código

Add build script that pulls together all the necessary options.

[SVN r59567]
John Maddock %!s(int64=16) %!d(string=hai) anos
pai
achega
5d1a2df9cc
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  1. 10 0
      doc/pdf/build

+ 10 - 0
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
+
+
+
+

粤ICP备19079148号