- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 30 Nov 2009 20:49:56 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator In directory hutz:/tmp/cvs-serv10353 Modified Files: Makefile Log Message: Add dist target. Index: Makefile =================================================================== RCS file: /sources/public/validator/Makefile,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- Makefile 30 Nov 2009 20:47:46 -0000 1.6 +++ Makefile 30 Nov 2009 20:49:54 -0000 1.7 @@ -1,3 +1,5 @@ +VERSION = 0.8.6 + PERL_FILES = httpd/cgi-bin/check httpd/cgi-bin/sendfeedback.pl \ misc/spmpp.pl misc/docs_errors.pl misc/bundle/Makefile.PL \ misc/bundle/lib/Bundle/W3C/Validator.pm @@ -20,3 +22,6 @@ echo "$(PERLTIDY) $$file" ; \ $(PERLTIDY) $$file ; \ done + +dist: + misc/mkrelease.sh $(VERSION)
Received on Monday, 30 November 2009 20:49:57 UTC