diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2011-08-24 07:30:23 +0200 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2011-08-24 07:30:23 +0200 |
commit | d602a03041d7e2f321b6e7f909184af595a24c14 (patch) | |
tree | e6ffa70b249c6abe1710891dd2de81794829e60b | |
parent | ea3b98ef0e8c17e5de6f1418879d6f8c50eab012 (diff) | |
download | mutti-web-d602a03041d7e2f321b6e7f909184af595a24c14.tar.gz mutti-web-d602a03041d7e2f321b6e7f909184af595a24c14.tar.bz2 mutti-web-d602a03041d7e2f321b6e7f909184af595a24c14.zip |
makefile: all files depend on main.xml
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: |