From b2f92f6011e27de75b38ea5e88f2390cfea2fa78 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Sun, 3 Jul 2016 22:01:05 +0200 Subject: Remove about:legacy-compat from doctype ..to make the html validator happy which warns with https://validator.w3.org/nu/?doc=https%3A%2F%2Fwww.angelika-franzke.de%2F Warning: skipping entity: [dtd] At line 2, column 44 :legacy-compat"> $@ + $(V_SED) sed -i 's/ SYSTEM "about:legacy-compat"//' $@ + %$(suffix): %.xml $(common_depend) $(V_XSLT) $(xsltproc) $< > $@ + $(V_SED) sed -i 's/ SYSTEM "about:legacy-compat"//' $@ style/style.min.css: style/style.css $(V_CSS) node_modules/.bin/postcss -u postcss-css-variables style/style.css | node_modules/.bin/cleancss > style/style.min.css -- cgit