From e9b840ee20c12f9b5698eb1403ce38eb18ead62f Mon Sep 17 00:00:00 2001 From: "Paul Buetow (pluto.buetow.org)" Date: Sat, 7 Sep 2013 17:44:24 +0200 Subject: rename config.txt into xerl.conf --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6bfaecf..2151b3e 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3