- Commit
- 6740322cc41a4f65c1dba81bb4dfe9b8621dc430
- Parent
- cf32b93b72453c4b280fd0863c5c231054dfc263
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
Moved mkcasefold.pl to tools/.
My personal build of CMark ✏️
Moved mkcasefold.pl to tools/.
2 files changed, 1 insertion, 1 deletion
Status | File Name | N° Changes | Insertions | Deletions |
Modified | Makefile | 2 | 1 | 1 |
Renamed | mkcasefold.pl -> tools/mkcasefold.pl | 0 | 0 | 0 |
diff --git 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