- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 23 Nov 2009 22:11:21 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator In directory hutz:/tmp/cvs-serv9031 Modified Files: Makefile Log Message: Make perltidy backup/modify-in-place. Index: Makefile =================================================================== RCS file: /sources/public/validator/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile 23 Nov 2009 21:57:53 -0000 1.1 +++ Makefile 23 Nov 2009 22:11:19 -0000 1.2 @@ -2,10 +2,12 @@ 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 + all: tidy: for file in $(PERL_FILES) ; do \ echo "Tidying $$file..." ; \ - perltidy --profile=misc/perltidyrc $$file ; \ + $(PERLTIDY) $$file ; \ done
Received on Monday, 23 November 2009 22:11:30 UTC