- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 22 Apr 2010 18:54:16 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator In directory hutz:/tmp/cvs-serv9376 Modified Files: Makefile Log Message: Add crude script for converting SGML Open Catalogs to XML catalogs. Index: Makefile =================================================================== RCS file: /sources/public/validator/Makefile,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- Makefile 22 Feb 2010 18:08:47 -0000 1.9 +++ Makefile 22 Apr 2010 18:54:14 -0000 1.10 @@ -1,8 +1,8 @@ VERSION = $(shell perl -ne '/^version:\s*(\S+)/ && print $$1' misc/bundle/META.yml) 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 + misc/soc2xml.pl misc/spmpp.pl misc/docs_errors.pl \ + misc/bundle/Makefile.PL misc/bundle/lib/Bundle/W3C/Validator.pm PERLTIDY = perltidy --profile=misc/perltidyrc --backup-and-modify-in-place PERLCRITIC = perlcritic --profile misc/perlcriticrc
Received on Thursday, 22 April 2010 18:54:19 UTC