]> granicus.if.org Git - apache/commitdiff
Ant is horribly broken for me and can't complete an entire build here without
authorJustin Erenkrantz <jerenkrantz@apache.org>
Thu, 16 May 2002 06:49:14 +0000 (06:49 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Thu, 16 May 2002 06:49:14 +0000 (06:49 +0000)
producing an "IndexOutOfBounds" exception (no stack trace), so provide info
for Xalan-J make.  (Assumes you have Xalan-J stuff in your CLASSPATH.)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95131 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/Makefile

index 623d9be6ad7b29068bf2f11f08f800a5036509f3..14239feb93e3f24d7438f5aaf3e03248730429a9 100644 (file)
@@ -12,5 +12,9 @@ html: $(htmlfiles)
 #      xsl-c -HTML -OUT $@ -IN ./manual.xsl 
 
 # Xalan-C++ users use this:
+#%.html : %.xml
+#      Xalan -v -o $@ $< ./manual.xsl 
+
+# Xalan-J users use this:
 %.html : %.xml
-       Xalan -v -o $@ $< ./manual.xsl 
+       java org.apache.xalan.xslt.Process -in $< -out $@ -xsl manual.xsl