summaryrefslogtreecommitdiff
path: root/data/Makefile
diff options
context:
space:
mode:
authorSteven G. Johnson <stevenj@mit.edu>2015-07-06 11:09:20 -0400
committerSteven G. Johnson <stevenj@mit.edu>2015-07-06 11:09:20 -0400
commitc35d1bf64670510c1accd8642308d82d271aedc2 (patch)
treef0cc8ef19e67df71707b298698a3d298ec750572 /data/Makefile
parent7d5247034693239c956b0e9cbc0b48d5b5e4de15 (diff)
parentcfa7c96003d57daeef89743e1b0534a1e3721944 (diff)
downloadlibutf8proc-c35d1bf64670510c1accd8642308d82d271aedc2.tar.gz
libutf8proc-c35d1bf64670510c1accd8642308d82d271aedc2.tar.bz2
Merge pull request #51 from JuliaLang/cjh/unifont8
Update character widths from Unifont 8.0.01
Diffstat (limited to 'data/Makefile')
-rw-r--r--data/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/Makefile b/data/Makefile
index 409e03a..ebe67ae 100644
--- a/data/Makefile
+++ b/data/Makefile
@@ -22,8 +22,8 @@ URLCACHE=https://cache.e.ip.saba.us/
utf8proc_data.c.new: data_generator.rb UnicodeData.txt GraphemeBreakProperty.txt DerivedCoreProperties.txt CompositionExclusions.txt CaseFolding.txt CharWidths.txt
$(RUBY) data_generator.rb < UnicodeData.txt > $@
-# GNU Unifont version for font-metric calculations:
-UNIFONT_VERSION=7.0.06
+# GNU Unifont version for font metric calculations:
+UNIFONT_VERSION=8.0.01
unifont-$(UNIFONT_VERSION).ttf:
$(CURL) $(CURLFLAGS) -o $@ $(URLCACHE)http://unifoundry.com/pub/unifont-$(UNIFONT_VERSION)/font-builds/unifont-$(UNIFONT_VERSION).ttf