Index: Makefile.in =================================================================== RCS file: /repository/phpdoc/Makefile.in,v retrieving revision 1.146 diff -u -r1.146 Makefile.in --- Makefile.in 3 Jan 2004 12:32:15 -0000 1.146 +++ Makefile.in 12 Jan 2004 14:28:20 -0000 @@ -165,12 +165,16 @@ @MANUAL@.html: @MANUAL@.xml $(BIGHTML_DEPS) html/index.html: manual.xml $(HTML_DEPS) +ifdef id + xsltproc --stringparam rootid $(id) xsl/html.xsl manual.xml +else @test -d html || mkdir html $(PHP) -q $(scriptdir)/rtlpatch/hackmanuallang.php $(LANGDIR) $(JADE) $(CATALOG) -d $(HTML_STYLESHEET) -V use-output-dir -t sgml $(XMLDCL) manual.xml $(PHP) -q $(scriptdir)/html_syntax.php html html/ $(PHP) -q $(scriptdir)/rtlpatch/hackmanuallang.php en $(HACK_RTL_LANGS_PAGES) +endif # still needs more tweaks!! html_xsl: manual.xml zendapihtml