- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 23 Nov 2009 22:16:51 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator In directory hutz:/tmp/cvs-serv9784 Modified Files: Makefile Log Message: Rename tidy Makefile target to perltidy. Index: Makefile =================================================================== RCS file: /sources/public/validator/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Makefile 23 Nov 2009 22:11:19 -0000 1.2 +++ Makefile 23 Nov 2009 22:16:48 -0000 1.3 @@ -6,8 +6,8 @@ all: -tidy: +perltidy: for file in $(PERL_FILES) ; do \ - echo "Tidying $$file..." ; \ + echo "Perltidying $$file..." ; \ $(PERLTIDY) $$file ; \ done
Received on Monday, 23 November 2009 22:17:00 UTC