Hi all I am going to upgrade our bundled docbook sources to: docbook-dsssl-1.79 docbook-xml-4.5 docbook-xsl-1.71.1
Following that upgrade I want to make our directory structure a little easier to follow. Docbook: Move dtds/dbxml-x.y.z/ to docbook/docbook-xml/ Move xsl/docbook/ to docbook/docbook-xsl/ Move dssssssl/docbook/ to docbook/docbook-dsssl/ Our customizations: Move dtds/*.dtd to phpbook/phpbook-xml/ Move xsl/*.xml* to phpbook/phpbook-xsl/ Move dsssl/*.dsl* to phpbook/phpbook-dssssl/ So, dtds/, xsl/ & dsssssl/ will be removed and replaced by: docbook/ docbook-dtds/ docbook-xsl/ docbook-dsssl/ phpbook/ phpbook-dtds/ phpbook-xsl/ phpbook-dsssl/ At last I want to add --with-docbook-dtds, --with-docbook-xsl & --with-docbook-dsssl (depreciating, not replacing, --with-dsssl) configure options. If you have anything against this, please speak up NOW & LOUDLY. I am hoping to make these changes today. The only thing these changes will break is you'll need to rerun `autoconf` after `make pull` (yeah, we have a `pull` target doing `cvs up` :D). -Hannes