diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2016-07-04 19:02:28 +0200 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2016-07-04 19:02:28 +0200 |
commit | f8fc38b981e91b0a36adc466f6d478aded628239 (patch) | |
tree | 391e26622034ea0f52003644b04352663ae72168 | |
parent | 77c4b12eec6a932bfbf5d5decc81adda277d21bf (diff) | |
download | mutti-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |