summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Buetow (pluto.buetow.org) <paul@buetow.org>2013-09-15 11:51:10 +0200
committerPaul Buetow (pluto.buetow.org) <paul@buetow.org>2013-09-15 11:51:10 +0200
commit6aa12ae5f556ab884b7705379c41a566df86d028 (patch)
tree85441b3a046f58970ebe9ad55460c16e4f4d3d01 /Makefile
parentc183faa4d53b6e4f091d6b38397847e55b5d2251 (diff)
temp remove includedirs tag, perltidy indention set to 2, initial XML::LibXML
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 1fd9f8d..757c3fc 100644
--- a/Makefile
+++ b/Makefile
@@ -15,9 +15,9 @@ 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 \*.fpl | xargs perltidy -i=2 -b
+ find . -name \*.pl | xargs perltidy -i=2 -b
+ find . -name \*.pm | xargs perltidy -i=2 -b
find . -name \*.bak | xargs rm -f
todo:
grep -R TODO . | grep -v Makefile | grep -v .git