Boost logo

Boost-Build :

From: Joao Abecasis (jpabecasis_at_[hidden])
Date: 2005-02-09 00:17:14


Hi!

I hope there are no objections to another fix I committed to xsltproc.jam:

@@ -61,7 +61,7 @@

for local catalog in [ feature.get-values <catalog> : $(properties) ]
{
- CATALOG = [ common.variable-setting-command XML_CATALOG_FILES :
catalog.xml ] ;
+ CATALOG = [ common.variable-setting-command XML_CATALOG_FILES :
$(catalog) ] ;
}

DIRECTORY on $(target) = $(dirname) ;

This was causing the catalog to be ignored and so docbook/boostbook
stylesheets and dtds were being downloaded. That is, local copies were
ignored even though their paths were properly setup.

Best regards,

João Abecasis

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk