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_AllLangPackage_AllLangPackage
,accessoriestemplates
,$(call gb_UnpackedTarball_get_dir
,templates-pack
)/templates
/lang
))
12 $(eval
$(call gb_AllLangPackage_use_unpacked
,accessoriestemplates
,templates-pack
))
14 $(eval
$(call gb_AllLangPackage_add_files
,accessoriestemplates
,$(LIBO_SHARE_FOLDER
)/template
,\
15 cs
/dummy_templates.txt \
16 de
/dummy_templates.txt \
17 en-US
/dummy_templates.txt \
18 es
/dummy_templates.txt \
19 fi
/dummy_templates.txt \
20 fr
/dummy_templates.txt \
21 hu
/dummy_templates.txt \
22 it
/dummy_templates.txt \
23 ja
/dummy_templates.txt \
24 ka
/dummy_templates.txt \
25 pl
/dummy_templates.txt \
26 pt-BR
/dummy_templates.txt \
27 sv
/dummy_templates.txt \
28 tr
/dummy_templates.txt \
29 zh-CN
/dummy_templates.txt \
32 # vim: set noet sw=4 ts=4: