]> granicus.if.org Git - docbook-dsssl/commit
The DocBook 1.74.* had problems with different XSLT processors.
authorKeith Fahlgren <abdelazer@users.sourceforge.net>
Fri, 20 Feb 2009 13:57:14 +0000 (13:57 +0000)
committerKeith Fahlgren <abdelazer@users.sourceforge.net>
Fri, 20 Feb 2009 13:57:14 +0000 (13:57 +0000)
commit9449fe4013af2dce24799f9788d4ab0e8139499c
tree9be6e6709303521521831fac18e6218512d47266
parent1bdba64cd92ed534914983103426bdcac8063288
The DocBook 1.74.* had problems with different XSLT processors.
Add instructions to release instructions and make Makefiles more
flexible to allow 'make check' to *actually* be run with something
other than xsltproc. Thanks to Sorin Ristache for reporting this
issue.

   Because of problems with the 1.74.* releases, it is now
   recommended that "make check" be run multiple times with
   different XSLT processors.

   One recommended way to invoke "make check" is the following:

     rm -f DOCBOOK-BUILD.LOG && \
     . ~/docbk.sh && \
     make check 2>&1 \
       XSLTENGINE=xsltproc \
       | tee DOCBOOK-BUILD.LOG && \
     $DOCBOOK_SVN/buildtools/build-check DOCBOOK-BUILD.LOG

   After running with "xsltproc", you should run it again with
   "saxon":
     rm -f DOCBOOK-BUILD.LOG && \
     . ~/docbk.sh && \
     make check 2>&1 \
       XSLTENGINE=saxon \
       | tee DOCBOOK-BUILD.LOG && \
     $DOCBOOK_SVN/buildtools/build-check DOCBOOK-BUILD.LOG
xsl/Makefile.tests
xsl/README.BUILD