1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval
$(call gb_Module_Module
,noto_font
))
12 $(eval
$(call gb_Module_add_targets
,noto_font
,\
13 ExternalPackage_noto \
14 ExternalPackage_notosansjp \
15 ExternalPackage_notosanskr \
16 ExternalPackage_notosanssc \
17 ExternalPackage_notosanstc \
18 ExternalPackage_notoserifjp \
19 ExternalPackage_notoserifkr \
20 ExternalPackage_notoserifsc \
21 ExternalPackage_notoseriftc \
22 UnpackedTarball_noto \
23 UnpackedTarball_notosansjp \
24 UnpackedTarball_notosanskr \
25 UnpackedTarball_notosanssc \
26 UnpackedTarball_notosanstc \
27 UnpackedTarball_notoserifjp \
28 UnpackedTarball_notoserifkr \
29 UnpackedTarball_notoserifsc \
30 UnpackedTarball_notoseriftc \
33 # vim: set noet sw=4 ts=4: