mirror of
https://github.com/boostorg/boost.git
synced 2025-04-08 14:44:02 +00:00
Absolute paths in xsltproc calls
[SVN r36991]
This commit is contained in:
parent
800f208d20
commit
12e982bb8c
1 changed files with 1 additions and 1 deletions
|
@ -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' ) ) )
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue