diff options
| author | Mattias Andrée <m@maandree.se> | 2025-12-30 17:20:16 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2025-12-30 17:20:16 +0100 |
| commit | 4acd51b2e3c638107caecd275fd51a2970f35581 (patch) | |
| tree | 2d7cea009d6523b548e3b5d0dc083b2babf5ba80 | |
| parent | libcmap_script_list: clarify that each codepoint is only listed under their primary script (diff) | |
| download | libcmap-4acd51b2e3c638107caecd275fd51a2970f35581.tar.gz libcmap-4acd51b2e3c638107caecd275fd51a2970f35581.tar.bz2 libcmap-4acd51b2e3c638107caecd275fd51a2970f35581.tar.xz | |
fix makefile: download selected versions of unicode files
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -66,10 +66,10 @@ libcmap.$(LIBEXT): $(LOBJ) $(CC) $(LIBFLAGS) -o $@ $(LOBJ) $(LDFLAGS) Scripts.$(UNICODE_VERSION).txt: - $(DOWNLOAD) 'https://www.unicode.org/Public/17.0.0/ucd/Scripts.txt' > $@ + $(DOWNLOAD) 'https://www.unicode.org/Public/$(UNICODE_VERSION)/ucd/Scripts.txt' > $@ Blocks.$(UNICODE_VERSION).txt: - $(DOWNLOAD) 'https://www.unicode.org/Public/17.0.0/ucd/Blocks.txt' > $@ + $(DOWNLOAD) 'https://www.unicode.org/Public/$(UNICODE_VERSION)/ucd/Blocks.txt' > $@ Scripts.txt.c: Scripts.$(UNICODE_VERSION).txt Scripts.parse ./Scripts.parse < $(@:.txt.c=).$(UNICODE_VERSION).txt > $@ |
