diff options
author | Yves Lafon <ylafon@w3.org> | 2015-07-26 14:18:46 +0200 |
---|---|---|
committer | Yves Lafon <ylafon@w3.org> | 2015-07-26 14:18:46 +0200 |
commit | 842c33e7def888fa05dbf03f3ec03c87235ebeb9 (patch) | |
tree | e15472a242766da9887e691f3d41efa48ec7cf1b | |
parent | c98415f8a151ae45500e9347789b68aa3b012e07 (diff) | |
parent | 3e50e42e0c7a47fb82d708494e3048431c70d1d8 (diff) | |
download | markup-validator-842c33e7def888fa05dbf03f3ec03c87235ebeb9.zip markup-validator-842c33e7def888fa05dbf03f3ec03c87235ebeb9.tar.gz markup-validator-842c33e7def888fa05dbf03f3ec03c87235ebeb9.tar.bz2 |
Merge pull request #12 from w3c/sideshowbarker/make-production
Add make target to drop test warning, add W3C icon
-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 |