From 6aa12ae5f556ab884b7705379c41a566df86d028 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (pluto.buetow.org)" Date: Sun, 15 Sep 2013 11:51:10 +0200 Subject: temp remove includedirs tag, perltidy indention set to 2, initial XML::LibXML --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3