diff options
| author | Paul Buetow (pluto.buetow.org) <paul@buetow.org> | 2013-09-07 17:44:24 +0200 |
|---|---|---|
| committer | Paul Buetow (pluto.buetow.org) <paul@buetow.org> | 2013-09-07 17:44:24 +0200 |
| commit | e9b840ee20c12f9b5698eb1403ce38eb18ead62f (patch) | |
| tree | 80fbd559009b4e682fb963e79d8c4e0cc8a419d8 /Makefile | |
| parent | 65b3c6841f3fcddaedcef9b2ad6b46c35dd61839 (diff) | |
rename config.txt into xerl.conf
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ clean: stats: clean perl scripts/stats.pl replace: - for i in index.pl Xerl.pm config.txt; \ + for i in index.pl Xerl.pm xerl.conf; \ do \ sed -n "s/$(FROM)/$(INTO)/g; \ w .tmp" $$i && mv -f .tmp $$i; \ @@ -23,7 +23,7 @@ pidy: find . -name \*.pm | xargs perltidy -b find . -name \*.bak | xargs rm -f todo: - grep -R TODO . | grep -v Makefile | grep -v .svn + grep -R TODO . | grep -v Makefile | grep -v .git warn: perl index.pl 2> warnings less warnings |
