Bump version to 4.1-6
[LibreOffice.git] / more_fonts / Module_more_fonts.mk
blob3f4a653949dceb37051134845df113e90d8d4659
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,more_fonts))
12 $(eval $(call gb_Module_add_targets,more_fonts,\
13 Package_conf \
14 ExternalPackage_caladea \
15 ExternalPackage_carlito \
16 ExternalPackage_dejavu \
17 ExternalPackage_gentium \
18 ExternalPackage_liberation \
19 ExternalPackage_liberation_narrow \
20 ExternalPackage_libertineg \
21 ExternalPackage_opensans \
22 ExternalPackage_ptserif \
23 ExternalPackage_sourcecode \
24 ExternalPackage_sourcesans \
25 UnpackedTarball_caladea \
26 UnpackedTarball_carlito \
27 UnpackedTarball_dejavu \
28 UnpackedTarball_gentium \
29 UnpackedTarball_liberation \
30 UnpackedTarball_liberation_narrow \
31 UnpackedTarball_libertineg \
32 UnpackedTarball_opensans \
33 UnpackedTarball_ptserif \
34 UnpackedTarball_sourcecode \
35 UnpackedTarball_sourcesans \
38 # vim: set noet sw=4 ts=4: