summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--tools/mkcasefold.pl (renamed from mkcasefold.pl)0
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 88f72ed..7004169 100644
--- a/Makefile
+++ b/Makefile
@@ -71,7 +71,7 @@ $(SRCDIR)/html_unescape.h: $(SRCDIR)/html_unescape.gperf
# We include case_fold_switch.inc in the repository, so this shouldn't
# normally need to be generated.
$(SRCDIR)/case_fold_switch.inc: $(DATADIR)/CaseFolding-3.2.0.txt
- perl mkcasefold.pl < $< > $@
+ perl tools/mkcasefold.pl < $< > $@
# We include scanners.c in the repository, so this shouldn't
# normally need to be generated.
diff --git a/mkcasefold.pl b/tools/mkcasefold.pl
index 740ce77..740ce77 100644
--- a/mkcasefold.pl
+++ b/tools/mkcasefold.pl