> I have noticed that:
>
> eschmid@marliesle:/usr/local/usr/phpdoc > autoconf
> eschmid@marliesle:/usr/local/usr/phpdoc > ./configure
> loading cache ./config.cache
> checking for perl... (cached) /usr/bin/perl
> checking for docbook.dsl... autodetected: /usr/share/sgml/docbkdsl
> checking for docbook.xsl... not found
> checking for PHP source path... ../php4
> checking for language... en (default)
> checking for treesaving... saving trees: #f
> checking for openjade... (cached) /usr/bin/openjade
> creating ./config.status
> creating Makefile
> creating version.ent
> creating checkdoc
> creating common.dsl
> creating howto.dsl
> creating html.dsl
> creating html-locale.dsl
> creating print.dsl
> creating phpweb.dsl
> creating quickref.dsl
> creating manual.xml
> creating html.xsl
> creating bightml.xsl
> creating print.xsl
> creating htmlhelp.xsl
> creating chapters.ent

OK, things worked well, till this line :)

> eschmid@marliesle:/usr/local/usr/phpdoc > make howto
> make: *** Warning: File `howto/howto.xml' has modification time in the
> future (2001-09-08 20:43:58 > 2001-09-08 20:41:33)

Hm, your date setting seems to be broken.
I don't know how the modification dates are
stored in CVS. If they are stored as on the
commiting clients computer, than my date settings
are broken :)) I don't know.

> /usr/bin/openjade -wno-idref -i lang-en -c
> /usr/share/sgml/CATALOG.docbk30 -d howto.dsl -V use-output-dir -t sgml
> ./phpdocxml.dcl ./howto/howto.xml
> /usr/bin/openjade:./html-common.dsl:12:7:E: identifier "toc-depth"
> already defined in same part
> /usr/bin/openjade:howto.dsl:28:1: first definition was here

This error is printed on my screen two, but it just won't stop to
build the howto html files, they are generated. This seems to
be a warning, that toc levels are defined twice. The DSL file
is made by Daniel Backem, and I have not modified it, it worked
the same in the upper directory, with its own makefile.

> make: warning:  Clock skew detected.  Your build may be incomplete.

This may be because of the date conflicts mentioned above.

> eschmid@marliesle:/usr/local/usr/phpdoc >
>
> Please test it before you commit it or ask an editor :)

I have tested. Worked. And generated these HTML files with

 autoconf
 ./configure
 make howto

I get this error, but the files are generated.

| $ make howto
| ../phpdoc-tools/jade/jade.exe -wno-idref -i lang-en -c
../phpdoc-tools/jade/catalog
| -c ../phpdoc-tools/iso-entities/cata
| log -c ../phpdoc-tools/dsssl/docbook/catalog -d howto.dsl -V
use-output-dir -t
| sgml ./phpdocxml.dcl ./howto/howto.xml
| e:\phpcvs\phpdoc-tools\jade\jade.exe:./html-common.dsl:12:7:E: identifier
| "toc-depth" already defined in same part
| e:\phpcvs\phpdoc-tools\jade\jade.exe:howto.dsl:28:1: first definition was
here

I am using cygwin so this is why I can use Unix/Linux tools on Windows :)))

Goba

howto-html.zip

Reply via email to