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_Package_Package
,extras_templates
,$(call gb_CustomTarget_get_workdir
,extras
/source
/templates
)))
12 $(eval
$(call gb_Package_add_files_with_dir
,extras_templates
,$(LIBO_SHARE_FOLDER
)/template
/common
,\
13 officorr
/Modern_business_letter_sans_serif.ott \
14 officorr
/Modern_business_letter_serif.ott \
15 offimisc
/Businesscard-with-logo.ott \
17 personal
/Resume1page.ott \
22 l10n
/zh_CN_ott_normal.ott \
23 l10n
/ja_ott_normal.ott \
26 # vim: set noet sw=4 ts=4: