From dacb7f806fe032feab7758f8e1f30fcca6cc67f0 Mon Sep 17 00:00:00 2001 From: Justin Erenkrantz Date: Thu, 16 May 2002 06:49:14 +0000 Subject: [PATCH] Ant is horribly broken for me and can't complete an entire build here without 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 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/manual/style/Makefile b/docs/manual/style/Makefile index 623d9be6ad..14239feb93 100644 --- a/docs/manual/style/Makefile +++ b/docs/manual/style/Makefile @@ -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 -- 2.40.0