summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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; \