Skip to content

Commit 922891c

Browse files
authored
Version UnicodeData.txt filename (JuliaLang#35383)
We've been downloading multiple different versions of `UnicodeData.txt` across different branches and trying to keep a consistent checksum.
1 parent 755f479 commit 922891c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/Makefile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,12 @@ help:
2424
DOCUMENTER_OPTIONS := linkcheck=$(linkcheck) doctest=$(doctest) buildroot=$(call cygpath_w,$(BUILDROOT)) \
2525
texplatform=$(texplatform)
2626

27-
$(SRCCACHE)/UnicodeData.txt:
27+
UNICODE_DATA_VERSION=13.0.0
28+
$(SRCCACHE)/UnicodeData-$(UNICODE_DATA_VERSION).txt:
2829
@mkdir -p "$(SRCCACHE)"
29-
$(JLDOWNLOAD) "$@" http://www.unicode.org/Public/13.0.0/ucd/UnicodeData.txt
30+
$(JLDOWNLOAD) "$@" http://www.unicode.org/Public/$(UNICODE_DATA_VERSION)/ucd/UnicodeData.txt
3031

31-
deps: $(SRCCACHE)/UnicodeData.txt
32+
deps: $(SRCCACHE)/UnicodeData-$(UNICODE_DATA_VERSION).txt
3233
$(JLCHECKSUM) "$<"
3334
cp "$<" UnicodeData.txt
3435

0 commit comments

Comments
 (0)