Update of /cvsroot/boost/boost/tools/regression/xsl_reports
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv25800

Modified Files:
      Tag: RC_1_34_0
        boostbook_report.py 
Log Message:
Absolute paths in xsltproc calls

Index: boostbook_report.py
===================================================================
RCS file: 
/cvsroot/boost/boost/tools/regression/xsl_reports/Attic/boostbook_report.py,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -u -d -r1.1.2.5 -r1.1.2.6
--- boostbook_report.py 18 Feb 2007 01:41:21 -0000      1.1.2.5
+++ boostbook_report.py 18 Feb 2007 02:48:42 -0000      1.1.2.6
@@ -128,7 +128,7 @@
         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' ) ) )
 
         


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to