[PHP-DOC] Trouble doing 'make html' From: Mathieu Kooiman (mathieu <email protected>)
Date: 10/28/00

Lo guys,

On a RH5.1 system I'm having trouble doing a 'make html'
Getting these errors:

[mathieu <email protected> phpdoc]$ make html
jade -i lang-en -d ./html.dsl -V use-output-dir -t sgml ./phpdocxml.dcl
./manual.xml
jade:./html.dsl:1:73:W: cannot generate system identifier for public text
"-//James Clark//DTD DSSSL Style Sheet//EN"
jade:./html.dsl:7:0:E: reference to entity "STYLE-SHEET" for which no
system identifier could be generated
jade:./html.dsl:1:0: entity was defined here
jade:./html.dsl:7:0:E: DTD did not contain element declaration for
document type name
jade:./html.dsl:2:0:E: notation "DSSSL" for entity "docbook.dsl" undefined
jade:./html.dsl:17:12:E: element "STYLE-SHEET" undefined
jade:./html.dsl:18:24:E: there is no attribute "ID"
jade:./html.dsl:18:47:E: there is no attribute "USE"
jade:./html.dsl:18:56:E: element "STYLE-SPECIFICATION" undefined
jade:./html.dsl:19:25:E: element "STYLE-SPECIFICATION-BODY" undefined
make: *** [html/manual.html] Interrupt
(Interrupted cos a huge list of parsed xml follows);

--Mathieu