From f8fc38b981e91b0a36adc466f6d478aded628239 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Mon, 4 Jul 2016 19:02:28 +0200 Subject: All html files depend on stylesheet changes (as they include the git hash) ..so rebuild them when the stylesheet changes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit