diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2017-12-16 16:55:46 +0400 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2017-12-16 23:09:56 +0100 |
commit | 4099b7628405e0ad16844eb59a916aa56ffa76ad (patch) | |
tree | fb476fd153755b6605af3f13e54e10d9bcf482cd /Makefile.fetch | |
parent | 167063a6835cc1f067457d39a07c360273ac8199 (diff) |
tdf#113538 Add Hebrew fonts into default installation
Includes these fonts
* Alef
* David CLM
* David Libre
* Frank Ruehl CLM
* Frank Ruhl Hofshi
* Miriam CLM
* Miriam Libre
* Miriam Mono CLM
* Nachlieli CLM
* Rubik
Change-Id: Ib16a30c1f5b8fae372b3f9fc3f6de8a3be55bc85
Reviewed-on: https://gerrit.libreoffice.org/45101
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Tested-by: Yousuf Philips <philipz85@hotmail.com>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'Makefile.fetch')
-rw-r--r-- | Makefile.fetch | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.fetch b/Makefile.fetch index e3095eee699f..33558239eeb8 100644 --- a/Makefile.fetch +++ b/Makefile.fetch @@ -177,6 +177,9 @@ $(WORKDIR)/download: $(BUILDDIR)/config_$(gb_Side).mk $(SRCDIR)/download.lst $(S $(call fetch_Optional,MORE_FONTS,FONT_SOURCESANS_TARBALL) \ $(call fetch_Optional,MORE_FONTS,FONT_EMOJIONE_COLOR_TARBALL) \ $(call fetch_Optional,MORE_FONTS,FONT_NOTO_TARBALL) \ + $(call fetch_Optional,MORE_FONTS,FONT_CULMUS_TARBALL) \ + $(call fetch_Optional,MORE_FONTS,FONT_LIBRE_HEBREW_TARBALL) \ + $(call fetch_Optional,MORE_FONTS,FONT_ALEF_TARBALL) \ $(call fetch_Optional,MSPUB,MSPUB_TARBALL) \ $(call fetch_Optional,MWAW,MWAW_TARBALL) \ $(call fetch_Optional,MYSQL_CONNECTOR_CPP,MYSQL_CONNECTOR_CPP_TARBALL) \ |