Absolute paths in xsltproc calls

[SVN r36991]
This commit is contained in:
Misha Bergal 2007-02-18 02:48:42 +00:00
parent 800f208d20
commit 12e982bb8c

View file

@ -128,7 +128,7 @@ def boostbook_report( options ):
process_boostbook_build_log( os.path.join( unpacked_docs_dir, 'boostbook.log' ), read_timestamp( unpacked_docs_dir ) )
utils.libxslt( log
, os.path.abspath( os.path.join( unpacked_docs_dir, 'boostbook.log.xml' ) )
, os.path.join( os.path.dirname( __file__ ), 'xsl', 'v2', 'boostbook_log.xsl' )
, os.path.abspath( os.path.join( os.path.dirname( __file__ ), 'xsl', 'v2', 'boostbook_log.xsl' ) )
, os.path.abspath( os.path.join( unpacked_docs_dir, 'boostbook.log.html' ) ) )