diff --git a/v2/doc/jamfile.jam b/v2/doc/jamfile.jam index 4bf9e7f10..9bfbd0641 100644 --- a/v2/doc/jamfile.jam +++ b/v2/doc/jamfile.jam @@ -15,7 +15,7 @@ boostbook userman : src/standalone.xml jam_docs jam_docs boost.root=../../../../.. - Boost + boost.defaults=Boost ; xml jam_docs : bjam.qbk ; diff --git a/v2/tools/boostbook.jam b/v2/tools/boostbook.jam index 56012597f..3a5964c62 100644 --- a/v2/tools/boostbook.jam +++ b/v2/tools/boostbook.jam @@ -54,11 +54,6 @@ project boostbook ; feature.feature format : html xhtml htmlhelp onehtml man pdf ps docbook fo tests : incidental implicit composite propagated ; -# sets some default style parameters in -# the boostbook xsl stylesheets. Search for boost.defaults in -# the stylesheets for more info. -feature.feature boostbook-base-style : none Boost : incidental ; - type.register DTDXML : dtdxml ; type.register XML : xml ; type.register BOOSTBOOK : boostbook : XML ; @@ -623,13 +618,7 @@ class boostbook-generator : generator case ps : type = PS ; case tests : type = TESTS ; } - - local style = [ $(property-set).get ] ; - if $(style) { - property-set = [ $(property-set).add-raw - boost.defaults=$(style) ] ; - } - + if $(manifest) { # Create DOCBOOK file from BOOSTBOOK sources.