Browse Source

Add build script that pulls together all the necessary options.

[SVN r59567]
John Maddock 16 năm trước cách đây
mục cha
commit
5d1a2df9cc
1 tập tin đã thay đổi với 10 bổ sung0 xóa
  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号