diff options
| author | Paul Buetow (pluto.buetow.org) <paul@buetow.org> | 2013-09-07 18:05:44 +0200 |
|---|---|---|
| committer | Paul Buetow (pluto.buetow.org) <paul@buetow.org> | 2013-09-07 18:05:44 +0200 |
| commit | 862679a92e2d853390d84ade4003f3c2e0f13bea (patch) | |
| tree | 6d9a3f4a7d6289701f2e4b40b55949d60eed5b5b /Makefile | |
| parent | 6c19d749604e37c7b75f120a5bf00af2a9dc5963 (diff) | |
perltidy
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ replace: find ./Xerl -name '*.xml' -exec sh -c 'sed -n "s/$(FROM)/$(INTO)/g; \ w .tmp" {} && mv -f .tmp {}' \; chmod 755 index.pl -pidy: +perltidy: find . -name \*.pl | xargs perltidy -b find . -name \*.pm | xargs perltidy -b find . -name \*.bak | xargs rm -f |
