From: Gavin Carr Date: Fri, 18 Jun 2010 17:51:24 +0000 (+0100) Subject: Add 'tidycheck' target to Makefile. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fblosxom.git;a=commitdiff_plain;h=e6cea9aa9aa1c5038a6b1f9282d584f99a8f98a1 Add 'tidycheck' target to Makefile. --- diff --git a/Makefile b/Makefile index 35bf1af..68d1fdf 100644 --- a/Makefile +++ b/Makefile @@ -10,3 +10,6 @@ dist: test: prove t/*.t +tidycheck: + perltidy blosxom.cgi | diff -u blosxom.cgi - +