- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 23 Nov 2009 21:57:55 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator In directory hutz:/tmp/cvs-serv7114 Added Files: Makefile Log Message: Add perltidy(1) settings and a simple Makefile target for running it. --- NEW FILE: Makefile --- 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 all: tidy: for file in $(PERL_FILES) ; do \ echo "Tidying $$file..." ; \ perltidy --profile=misc/perltidyrc $$file ; \ done
Received on Monday, 23 November 2009 21:57:56 UTC