Add 'tidycheck' target to Makefile.
authorGavin Carr <gavin@openfusion.com.au>
Fri, 18 Jun 2010 17:51:24 +0000 (18:51 +0100)
committerGavin Carr <gavin@openfusion.com.au>
Fri, 18 Jun 2010 17:51:24 +0000 (18:51 +0100)
Makefile

index 35bf1af39e9e97e9bac4320a9448a1ca63e91ee2..68d1fdfdf93aa0e0527d334d46796a125cc013ba 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,3 +10,6 @@ dist:
 test:
        prove t/*.t
 
+tidycheck:
+       perltidy blosxom.cgi | diff -u blosxom.cgi -
+