Bump for 4.0-15
[LibreOffice.git] / extras / AllLangZip_accessoriestemplates.mk
blob4d36d4db47409dc15f500e87994bd5e4f92b3d31
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_AllLangZip_AllLangZip,accessoriestemplates,$(call gb_UnpackedTarball_get_dir,templates-pack)/templates/lang))
12 $(eval $(call gb_AllLangZip_add_dependencies,accessoriestemplates,\
13 $(call gb_UnpackedTarball_get_target,templates-pack) \
16 $(eval $(call gb_AllLangZip_add_files,accessoriestemplates,\
17 cs/dummy_templates.txt \
18 de/dummy_templates.txt \
19 en-US/dummy_templates.txt \
20 es/dummy_templates.txt \
21 fi/dummy_templates.txt \
22 fr/dummy_templates.txt \
23 hu/dummy_templates.txt \
24 it/dummy_templates.txt \
25 ja/dummy_templates.txt \
26 ka/dummy_templates.txt \
27 pl/dummy_templates.txt \
28 pt-BR/dummy_templates.txt \
29 sv/dummy_templates.txt \
30 tr/dummy_templates.txt \
31 zh-CN/dummy_templates.txt \
34 # vim: set noet sw=4 ts=4: