jerenkrantz 02/05/06 16:58:55
Modified: docs/manual/style Makefile
Log:
For those with just xalan-c, drop a hint on what to do.
Revision Changes Path
1.2 +5 -0 httpd-2.0/docs/manual/style/Makefile
Index: Makefile
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/manual/style/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile 6 May 2002 08:25:03 -0000 1.1
+++ Makefile 6 May 2002 23:58:55 -0000 1.2
@@ -7,5 +7,10 @@
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
|