Przeglądaj źródła

More fixes for BoostBook build

[SVN r36931]
Misha Bergal 19 lat temu
rodzic
commit
c7b791005e

+ 1 - 1
tools/regression/xsl_reports/runner/regression.py

@@ -618,7 +618,7 @@ def build_book( **kargs ):
         if os.path.exists( boostbook_log ):
             os.unlink( boostbook_log )
         utils.system( [ '%s --v2 html >>%s 2>&1' % ( tool_path( bjam, v2=True ), boostbook_log ) ] )
-        utils.system( [ '%s --v2 html >>%s 2>&1' % ( tool_path( bjam, v2=True ), boostbook_log ) ] )
+        # utils.system( [ '%s --v2 pdf >>%s 2>&1' % ( tool_path( bjam, v2=True ), boostbook_log ) ] )
     finally:
         os.chdir( cwd )
 

粤ICP备19079148号