[Scons-dev] A few tests failing with 2.4.1 package.. Doc issues

Dirk Bächle tshortik at gmx.de
Mon Nov 9 03:11:41 EST 2015


Hi Bill,

On 09.11.2015 05:27, Bill Deegan wrote:
> Dirk or someone who is more familiar with the doc toolchain,
>
> Can you take a look:
> https://bitbucket.org/snippets/bdbaddog/X8k98
>

looks like you now suddenly have a new system with "saxon-xslt"? I probably never got to actually test this command line program, 
because the order of the arguments is wrong. Please check ll. 162 in "docbook/__init__.py, and change to something like:

                 'saxon-xslt' : '$DOCBOOK_XSLTPROC $DOCBOOK_XSLTPROCFLAGS -o $TARGET $SOURCE $DOCBOOK_XSL $DOCBOOK_XSLTPROCPARAMS',

Note how the source document now comes before the XML stylesheet.
Hope this fixes it.

Best regards,

Dirk


More information about the Scons-dev mailing list