summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2016-07-03 21:48:20 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2016-07-03 22:24:17 +0200
commitd64530bb9954dc8907e932edb40bbfb0e16c7e7e (patch)
tree012692801246d8537d823c1a90bdca05a2f72e0a /Makefile
parentc2ed69809c132241abf6a33550285f4dfba54884 (diff)
downloadmutti-web-d64530bb9954dc8907e932edb40bbfb0e16c7e7e.tar.gz
mutti-web-d64530bb9954dc8907e932edb40bbfb0e16c7e7e.tar.bz2
mutti-web-d64530bb9954dc8907e932edb40bbfb0e16c7e7e.zip
Optimize for html validator
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 58f72a3..0978df5 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ pages=$(shell xsltproc xsl/main_filenames.xsl main.xml)
pages_gen=$(pages:%.xml=%$(suffix))
-common_depend=main.xml $(wildcard xsl/*.xsl) Makefile
+common_depend=main.xml $(wildcard xsl/*.xsl) Makefile checkmark.svg
DEFAULT_VERBOSITY=0