From d602a03041d7e2f321b6e7f909184af595a24c14 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Wed, 24 Aug 2011 07:30:23 +0200 Subject: makefile: all files depend on main.xml --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index af5d85e..e126400 100644 --- a/Makefile +++ b/Makefile @@ -24,9 +24,9 @@ all: $(pages_html) checkmark.png %.png: %.svg $(V_GEN) $(svg2png) $< > $@ -%.xhtml: %.xml %.xsl xsl/* +%.xhtml: %.xml %.xsl main.xml xsl/* $(V_XSLT) $(xsltproc) $< > $@ -%.xhtml: %.xml xsl/* +%.xhtml: %.xml main.xml xsl/* $(V_XSLT) $(xsltproc) $< > $@ clean: -- cgit