summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2011-08-24 07:30:23 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2011-08-24 07:30:23 +0200
commitd602a03041d7e2f321b6e7f909184af595a24c14 (patch)
treee6ffa70b249c6abe1710891dd2de81794829e60b /Makefile
parentea3b98ef0e8c17e5de6f1418879d6f8c50eab012 (diff)
downloadmutti-web-d602a03041d7e2f321b6e7f909184af595a24c14.tar.gz
mutti-web-d602a03041d7e2f321b6e7f909184af595a24c14.tar.bz2
mutti-web-d602a03041d7e2f321b6e7f909184af595a24c14.zip
makefile: all files depend on main.xml
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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: