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
,accessoriestemplatesnonfreepersonal
,$(call gb_UnpackedTarball_get_dir
,templates-pack
)/templates-nonfree
/personal
/lang
))
12 $(eval
$(call gb_AllLangZip_add_dependencies
,accessoriestemplatesnonfreepersonal
,\
13 $(call gb_UnpackedTarball_get_target
,templates-pack
) \
16 $(eval
$(call gb_AllLangZip_add_files
,accessoriestemplatesnonfreepersonal
,\
17 cs
/dummy_templates-nonfree.txt \
18 de
/dummy_templates-nonfree.txt \
22 es
/dummy_templates-nonfree.txt \
23 fi
/dummy_templates-nonfree.txt \
24 fr
/dummy_templates-nonfree.txt \
25 hu
/dummy_templates-nonfree.txt \
26 it
/dummy_templates-nonfree.txt \
27 ja
/dummy_templates-nonfree.txt \
28 ka
/dummy_templates-nonfree.txt \
29 nl
/dummy_templates-nonfree.txt \
30 pl
/dummy_templates-nonfree.txt \
31 pt-BR
/dummy_templates-nonfree.txt \
32 sv
/dummy_templates-nonfree.txt \
33 tr
/dummy_templates-nonfree.txt \
34 zh-CN
/dummy_templates-nonfree.txt \
37 # vim: set noet sw=4 ts=4: