diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2016-07-03 21:48:20 +0200 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2016-07-03 22:24:17 +0200 |
commit | d64530bb9954dc8907e932edb40bbfb0e16c7e7e (patch) | |
tree | 012692801246d8537d823c1a90bdca05a2f72e0a /Makefile | |
parent | c2ed69809c132241abf6a33550285f4dfba54884 (diff) | |
download | mutti-web-d64530bb9954dc8907e932edb40bbfb0e16c7e7e.tar.gz mutti-web-d64530bb9954dc8907e932edb40bbfb0e16c7e7e.tar.bz2 mutti-web-d64530bb9954dc8907e932edb40bbfb0e16c7e7e.zip |
Optimize for html validator
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |