Ver Fonte

More fixes for BoostBook build

[SVN r36929]
Misha Bergal há 19 anos atrás
pai
commit
64f4efd493
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      tools/regression/xsl_reports/runner/regression.py

+ 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 )
     log( 'Collecting files for BoostBook into "%s"...' % boostbook_archive_name )
     import zipfile
     import zipfile
     boostbook_archive = zipfile.ZipFile( boostbook_archive_name, 'w', zipfile.ZIP_DEFLATED )
     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.writestr( 'timestamp', timestamp())
     boostbook_archive.write( boostbook_log, os.path.basename( boostbook_log ) )
     boostbook_archive.write( boostbook_log, os.path.basename( boostbook_log ) )

粤ICP备19079148号