projects
/
matthijs
/
upstream
/
blosxom.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
2057238
)
Add 'tidycheck' target to Makefile.
author
Gavin Carr
<gavin@openfusion.com.au>
Fri, 18 Jun 2010 17:51:24 +0000
(18:51 +0100)
committer
Gavin Carr
<gavin@openfusion.com.au>
Fri, 18 Jun 2010 17:51:24 +0000
(18:51 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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 -
+