From 9f2fdce6fc8e42d757c00985686894258497f14c Mon Sep 17 00:00:00 2001 From: David Bartley Date: Wed, 10 Oct 2007 01:35:45 -0400 Subject: [PATCH] Add menu.xml as a build dependency for building html files from xslt files --- common.mk.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk.in b/common.mk.in index a31db5f..af44da5 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 +$(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