Hojtsy Gabor wrote:

> Cygwin is now working now, as I set up every pack in cygwin.
> Now I am trying to use the standard UNIX method to build
> up the docs, and got some Jade errors:
> 
> $ make html
> /cygdrive/f/phpcvs/jade/jade  -d html.dsl -V use-output-dir -t sgml
> ./phpdocxml.
> dcl manual.xml
> f:\phpcvs\jade\jade.exe:F:\phpcvs\docbook\docbook.cat:22:0:W: DTDDECL
> catalog en
> tries are not supported

This is just warning message, you can ignore it. On the other hand, you
do not need catalog file for DocBook in your SGML_CATALOG_FILES
environment variable when building PHP documentation. manual.xml file
contains system identifier with correct relative path to dbxml
directory, where is stored local copy of DocBook DTD.

> (No s
> uch file or directory)
> f:\phpcvs\jade\jade.exe:E: specification document does not have the DSSSL
> archit
> ecture as a base architecture

This may be caused by not founding acceptable DSSSL file. 

Another cause may be that in your catalog files there are no entires for
following two public identifiers which are used by Jade for DSSSL:

PUBLIC "ISO/IEC 10179:1996//DTD DSSSL Architecture//EN" "dsssl.dtd"
PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" "style-sheet.dtd"

This can be easily overcomed by adding file "catalog" in Jade directory
between your SGML_CATALOG_FILES.

If you are not familiar with catalog files, you can read relevant
section from DocBook The Definitive Guide, available also on-line at
http://www.docbook.org/.

-----------------------------------------------------------------
  Jirka Kosek                        
  e-mail: [EMAIL PROTECTED]
  http://www.kosek.cz

Reply via email to