> BTW which problems do you have building the HTM manual locally? 

In doing this:

  make clean; autoconf; ./configure; make html > junk 2>&1 

The first few lines of 'junk' is as follows.  I used to have this 
problem with 'make test' until jim's patch 1.99 on Makefile.ini 
titled "don't make test targets depend on funcindex.xml, since that
depends on quickref.txt, and generation of that is forced."  Looks 
related.

BUT, /html/ is being created, didn't realize this before and only noticed
the junk.  But over 1.5mb of junk isn't cool :)

touch .manual.xml
CONFIG_FILES=manual.xml CONFIG_HEADERS= ./config.status creating
manual.xml
if test ! -e funcindex.xml; then touch funcindex.xml; fi
/usr/bin/openjade -D . -wno-idref  -d dsssl/quickref.dsl -V nochunks -t
sgml ./dtds/dbxml-3.1.7/phpdocxml.dcl manual.xml | sed -e 's/   */ /g' |
sort -f > quickref.txt
/usr/bin/openjade:/usr/share/sgml/docbook/stylesheet/dsssl/modular/html/dblink.dsl:406:5:E:
undeclared use of feature "simple-page"
/usr/bin/openjade:dsssl/quickref.dsl:27:4:E: flow objects at the root must
be all of class scroll or all of class page-sequence or 
simple-page-sequence
/usr/bin/openjade:dsssl/quickref.dsl:28:4:E: flow objects at the root must
be all of class scroll or all of class page-sequence or
simple-page-sequence
/usr/bin/openjade:dsssl/quickref.dsl:31:4:E: flow objects at the root must
be all of class scroll or all of class page-sequence or
simple-page-sequence
/usr/bin/openjade:dsssl/quickref.dsl:33:4:E: flow objects at the root must 
be all of class scroll or all of class page-sequence or 
simple-page-sequence

The last four lines (well, you see it as twelve) are repeated about 10,000
times, that's no exaggeration :)  And the last few lines are:

WARNING: recreating the function index needs php
         which was not found by configure
         reusing old file
/usr/bin/openjade -D . -wno-idref  -d dsssl/html.dsl -V use-output-dir -t
sgml ./dtds/dbxml-3.1.7/phpdocxml.dcl manual.xml
/usr/bin/openjade:/usr/share/sgml/docbook/stylesheet/dsssl/modular/html/dblink.dsl:406:5:E:
undeclared use of feature "simple-page"

Regards,
Philip Olson



Reply via email to