summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2016-07-04 19:02:28 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2016-07-04 19:02:28 +0200
commitf8fc38b981e91b0a36adc466f6d478aded628239 (patch)
tree391e26622034ea0f52003644b04352663ae72168
parent77c4b12eec6a932bfbf5d5decc81adda277d21bf (diff)
downloadmutti-web-f8fc38b981e91b0a36adc466f6d478aded628239.tar.gz
mutti-web-f8fc38b981e91b0a36adc466f6d478aded628239.tar.bz2
mutti-web-f8fc38b981e91b0a36adc466f6d478aded628239.zip
All html files depend on stylesheet changes (as they include the git hash)
..so rebuild them when the stylesheet changes
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6d5d189..d6ac98b 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ pages=$(shell xsltproc xsl/main_filenames.xsl main.xml)
pages_gen=$(pages:%.xml=%.$(suffix))
pages_gen_html=$(pages:%.xml=%.html)
-common_depend=main.xml $(wildcard xsl/*.xsl) Makefile checkmark.svg
+common_depend=main.xml $(wildcard xsl/*.xsl) Makefile checkmark.svg style/style.css
DEFAULT_VERBOSITY=0