summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Buetow (pluto.buetow.org) <paul@buetow.org>2013-09-08 09:29:56 +0200
committerPaul Buetow (pluto.buetow.org) <paul@buetow.org>2013-09-08 09:29:56 +0200
commitc183faa4d53b6e4f091d6b38397847e55b5d2251 (patch)
treee1bae2c84d48cbc41dca573a54fb991a62313916 /Makefile
parent7c8a3f5acce9708684ba5d8bf917cd5503f0204d (diff)
perltidy also fast cgi perl scripts
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1172a39..1fd9f8d 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,7 @@ replace:
w .tmp" {} && mv -f .tmp {}' \;
chmod 755 index.pl
perltidy:
+ find . -name \*.fpl | xargs perltidy -b
find . -name \*.pl | xargs perltidy -b
find . -name \*.pm | xargs perltidy -b
find . -name \*.bak | xargs rm -f