diff options
| author | Paul Buetow (pluto.buetow.org) <paul@buetow.org> | 2013-09-15 11:51:10 +0200 |
|---|---|---|
| committer | Paul Buetow (pluto.buetow.org) <paul@buetow.org> | 2013-09-15 11:51:10 +0200 |
| commit | 6aa12ae5f556ab884b7705379c41a566df86d028 (patch) | |
| tree | 85441b3a046f58970ebe9ad55460c16e4f4d3d01 /Makefile | |
| parent | c183faa4d53b6e4f091d6b38397847e55b5d2251 (diff) | |
temp remove includedirs tag, perltidy indention set to 2, initial XML::LibXML
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
