Przeglądaj źródła

More fixes for BoostBook build

[SVN r36929]
Misha Bergal 19 lat temu
rodzic
commit
64f4efd493

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

@@ -673,7 +673,7 @@ def collect_book( **unused ):
     log( 'Collecting files for BoostBook into "%s"...' % boostbook_archive_name )
     import zipfile
     boostbook_archive = zipfile.ZipFile( boostbook_archive_name, 'w', zipfile.ZIP_DEFLATED )
-    html_root = 'boost/doc/html'
+    html_root = os.path.join( boost_root, '/doc/html' )
 
     boostbook_archive.writestr( 'timestamp', timestamp())
     boostbook_archive.write( boostbook_log, os.path.basename( boostbook_log ) )

粤ICP备19079148号