From b4dce2b5bc001f2fe8aea1879cde75d40a917c19 Mon Sep 17 00:00:00 2001 From: David Bartley Date: Wed, 10 Oct 2007 01:43:02 -0400 Subject: [PATCH] Fix typo --- common.mk.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk.in b/common.mk.in index af44da5..6af5f69 100644 --- a/common.mk.in +++ b/common.mk.in @@ -27,7 +27,7 @@ XSLTARGS=g_date=`date -I` g_time=`date +%H:%M:%S` g_outdir="$(OUTDIR)" \ g_datetime="`date --rfc-3339=seconds`" g_pwd="$$(pwd)" g_root="$(ROOT)" CLASSPATH = /users/www/saxon8/saxon8.jar -$(OUTDIR)%.html: %.xml $(ROOT)/csc.dtd $(ROOT)/xsl/*.xsl directory.xml $(ROOT)menu.xml +$(OUTDIR)%.html: %.xml $(ROOT)/csc.dtd $(ROOT)/xsl/*.xsl directory.xml $(ROOT)/menu.xml java -classpath $(CLASSPATH) net.sf.saxon.Transform -o $@ $< $(ROOT)/xsl/html.xsl $(XSLTARGS) $(OUTDIR)%.atom: %.xml xsl/atom.xsl