Add a target to download Blocks.txt
This commit is contained in:
parent
b68d0af889
commit
893512219e
|
@ -29,7 +29,7 @@ hb-ot-shaper-vowel-constraints.cc: gen-vowel-constraints.py ms-use/IndicShapingI
|
||||||
packtab:
|
packtab:
|
||||||
/usr/bin/env python3 -c "import packTab" 2>/dev/null || /usr/bin/env python3 -m pip install git+https://github.com/harfbuzz/packtab
|
/usr/bin/env python3 -c "import packTab" 2>/dev/null || /usr/bin/env python3 -m pip install git+https://github.com/harfbuzz/packtab
|
||||||
|
|
||||||
ArabicShaping.txt DerivedCoreProperties.txt IndicPositionalCategory.txt IndicSyllabicCategory.txt Scripts.txt UnicodeData.txt:
|
ArabicShaping.txt Blocks.txt DerivedCoreProperties.txt IndicPositionalCategory.txt IndicSyllabicCategory.txt Scripts.txt UnicodeData.txt:
|
||||||
curl -O https://unicode.org/Public/UCD/latest/ucd/$@
|
curl -O https://unicode.org/Public/UCD/latest/ucd/$@
|
||||||
emoji-data.txt:
|
emoji-data.txt:
|
||||||
curl -O https://www.unicode.org/Public/UCD/latest/ucd/emoji/emoji-data.txt
|
curl -O https://www.unicode.org/Public/UCD/latest/ucd/emoji/emoji-data.txt
|
||||||
|
|
Loading…
Reference in New Issue