]> granicus.if.org Git - apache/commitdiff
For those with just xalan-c, drop a hint on what to do.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Mon, 6 May 2002 23:58:55 +0000 (23:58 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Mon, 6 May 2002 23:58:55 +0000 (23:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94983 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/Makefile

index a727048538ff8d627f58c5d2b47bb2bde7807dd0..6719016bac8ba4c0ea24e12129703578fbf2bf87 100644 (file)
@@ -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