summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2011-04-26 19:23:02 +0000
committerPaul Buetow <paul@buetow.org>2011-04-26 19:23:02 +0000
commit44130ad89561effdb1856bd8f7419e89565ad1db (patch)
tree56f80629354cbad65d3c2c686dc46d5670538aff /Makefile
parentd87c0e16f9b880ce38e1ff6a39f22ba49263aef0 (diff)
updated copyright headers
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a9c9285..6bfaecf 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ clean:
stats: clean
perl scripts/stats.pl
replace:
- for i in index.pl Xerl.pm conf.txt; \
+ for i in index.pl Xerl.pm config.txt; \
do \
sed -n "s/$(FROM)/$(INTO)/g; \
w .tmp" $$i && mv -f .tmp $$i; \