Răsfoiți Sursa

More fixes for BoostBook build

[SVN r36930]
Misha Bergal 19 ani în urmă
părinte
comite
eec2a12b2b
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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 = os.path.join( boost_root, '/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号