Explorar o código

More fixes for BoostBook build

[SVN r36930]
Misha Bergal %!s(int64=19) %!d(string=hai) anos
pai
achega
eec2a12b2b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 )
     import zipfile
     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.write( boostbook_log, os.path.basename( boostbook_log ) )

粤ICP备19079148号