diff options
author | Michael[tm] Smith <mike@w3.org> | 2015-07-26 09:57:30 +0900 |
---|---|---|
committer | Michael[tm] Smith <mike@w3.org> | 2015-07-26 09:57:30 +0900 |
commit | 3e50e42e0c7a47fb82d708494e3048431c70d1d8 (patch) | |
tree | cd75fd658e4dfa4913b7a81a216914ed4586d1ff | |
parent | 53209e37699d09f793266a00afd4d9f98dbbf94d (diff) | |
download | markup-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-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |