diff options
author | Kevin Wojniak <kainjow@users.noreply.github.com> | 2016-12-03 13:18:48 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-12-03 22:18:48 +0100 |
commit | 9f6be5bd537a9337b4c42685e4f80f65f5975fe0 (patch) | |
tree | 5489635f8e547b2660cad55d1d4a872b5b96af8d /Makefile | |
parent | a9da6782761e4d3ac7dfd3193fa43b73824afef4 (diff) |
Update CaseFolding to latest (#168)
1. Downloaded CaseFolding.txt from http://unicode.org/Public/UCD/latest/ucd/CaseFolding.txt
2. Deleted src/case_fold_switch.inc
3. Ran `make src/case_fold_switch.inc`
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -101,7 +101,7 @@ clean: # 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 +$(SRCDIR)/case_fold_switch.inc: $(DATADIR)/CaseFolding.txt perl tools/mkcasefold.pl < $< > $@ # We include scanners.c in the repository, so this shouldn't |