From: Justin Erenkrantz Date: Mon, 6 May 2002 23:58:55 +0000 (+0000) Subject: For those with just xalan-c, drop a hint on what to do. X-Git-Tag: 2.0.37~471 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dff98534a25a9bb4bbb0912a18bfd85a6a345399;p=apache For those with just xalan-c, drop a hint on what to do. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94983 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/style/Makefile b/docs/manual/style/Makefile index a727048538..6719016bac 100644 --- a/docs/manual/style/Makefile +++ b/docs/manual/style/Makefile @@ -7,5 +7,10 @@ htmlfiles := $(subst xml,html,$(xmlfiles)) html: $(htmlfiles) +# Xalan-C users use this: +#%.html : %.xml +# xsl-c -v -OUT $@ -IN ./manual.xsl + +# Xalan-C++ users use this: %.html : %.xml Xalan -v -o $@ $< ./manual.xsl