summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael[tm] Smith <mike@w3.org>2015-07-26 09:57:30 +0900
committerMichael[tm] Smith <mike@w3.org>2015-07-26 09:57:30 +0900
commit3e50e42e0c7a47fb82d708494e3048431c70d1d8 (patch)
treecd75fd658e4dfa4913b7a81a216914ed4586d1ff
parent53209e37699d09f793266a00afd4d9f98dbbf94d (diff)
downloadmarkup-validator-3e50e42e0c7a47fb82d708494e3048431c70d1d8.zip
markup-validator-3e50e42e0c7a47fb82d708494e3048431c70d1d8.tar.gz
markup-validator-3e50e42e0c7a47fb82d708494e3048431c70d1d8.tar.bz2
Add make target to drop test warning, add W3C iconorigin/sideshowbarker/make-production
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 881850d..9ac1e2c 100644
--- a/Makefile
+++ b/Makefile
@@ -63,4 +63,9 @@ dist: all
done
misc/mkrelease.sh $(VERSION)
+w3c:
+ perl -pi -e 'undef $$/; s/\n\n<p id="test_warning".+//s' htdocs/intro.html
+ perl -pi -e 's/no_w3c.png/w3c.png/' htdocs/header.html
+ perl -pi -e 's/no_w3c.png/w3c.png/' share/templates/en_US/header.tmpl
+
.SUFFIXES: .css .css.gz .js .js.gz