From 573cd6214e34f7151cd56afbe2d3e6ff9bbd272e Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Wed, 18 Sep 2019 15:42:30 +0200 Subject: [cp] Bundle OpenDyslexic font Change-Id: Ib05a6d6418563fd9333821594f0aca5ab724f3e8 Reviewed-on: https://gerrit.libreoffice.org/79099 Tested-by: Jenkins CollaboraOffice Reviewed-by: Andras Timar --- Makefile.fetch | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.fetch') diff --git a/Makefile.fetch b/Makefile.fetch index 901d20e965ce..6a3f993264fd 100644 --- a/Makefile.fetch +++ b/Makefile.fetch @@ -253,6 +253,9 @@ $(WORKDIR)/download: $(BUILDDIR)/config_$(gb_Side).mk $(SRCDIR)/download.lst $(S $(call fetch_Optional,NOTO_FONT,FONT_NOTO_SERIF_SC_TARBALL) \ $(call fetch_Optional,NOTO_FONT,FONT_NOTO_SERIF_TC_TARBALL) \ ,$(call fetch_Download_item,https://noto-website-2.storage.googleapis.com/pkgs,$(item))) + $(foreach item, \ + $(call fetch_Optional,MORE_FONTS,FONT_OPENDYSLEXIC_TARBALL) \ + ,$(call fetch_Download_item,https://github.com/antijingoist/opendyslexic/releases/download/v0.91.12,$(item))) @mkdir -p $(dir $@) && touch $@ @mkdir -p $(dir $@)/Executable -- cgit