2012-11-02 08:58:41 -05:00
|
|
|
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
|
|
|
#
|
|
|
|
# This file is part of the LibreOffice project.
|
|
|
|
#
|
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
#
|
|
|
|
|
2013-04-14 03:04:11 -05:00
|
|
|
$(eval $(call gb_ExternalPackage_ExternalPackage,fonts_sourcesans,font_sourcesans))
|
2012-11-02 08:58:41 -05:00
|
|
|
|
2013-04-14 02:59:27 -05:00
|
|
|
$(eval $(call gb_ExternalPackage_set_outdir,fonts_sourcesans,$(INSTDIR)))
|
|
|
|
|
2013-08-18 11:45:45 -05:00
|
|
|
$(eval $(call gb_ExternalPackage_add_unpacked_files,fonts_sourcesans,$(LIBO_SHARE_FOLDER)/fonts/truetype,\
|
2012-11-02 08:58:41 -05:00
|
|
|
SourceSansPro-BoldItalic.ttf \
|
|
|
|
SourceSansPro-Bold.ttf \
|
|
|
|
SourceSansPro-Italic.ttf \
|
|
|
|
SourceSansPro-Regular.ttf \
|
|
|
|
))
|
|
|
|
|
|
|
|
# vim: set noet sw=4 ts=4:
|