summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorville <ville@localhost>2009-11-23 22:16:48 +0000
committerville <ville@localhost>2009-11-23 22:16:48 +0000
commitf1564780c5a410c3093d4abfc8d2f9f1683f1dcc (patch)
tree57a54263e1c7712095fd7c80e10db2a54d3dbeaf
parent5b60b407ff2794593e3ccffd7533d5e2449e08c8 (diff)
downloadmarkup-validator-f1564780c5a410c3093d4abfc8d2f9f1683f1dcc.zip
markup-validator-f1564780c5a410c3093d4abfc8d2f9f1683f1dcc.tar.gz
markup-validator-f1564780c5a410c3093d4abfc8d2f9f1683f1dcc.tar.bz2
Rename tidy Makefile target to perltidy.
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 320586f..5c1bf32 100644
--- a/Makefile
+++ b/Makefile
@@ -6,8 +6,8 @@ PERLTIDY = perltidy --profile=misc/perltidyrc --backup-and-modify-in-place
all:
-tidy:
+perltidy:
for file in $(PERL_FILES) ; do \
- echo "Tidying $$file..." ; \
+ echo "Perltidying $$file..." ; \
$(PERLTIDY) $$file ; \
done