summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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