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
,accessoriessamples
,$(call gb_UnpackedTarball_get_dir
,samples-pack
)/samples
/lang
))
12 $(eval
$(call gb_AllLangZip_add_dependencies
,accessoriessamples
,\
13 $(call gb_UnpackedTarball_get_target
,samples-pack
) \
16 $(eval
$(call gb_AllLangZip_add_files
,accessoriessamples
,\
17 cs
/.nametranslation.table \
18 de
/.nametranslation.table \
19 en-US
/JacketPotato.odb \
20 en-US
/.nametranslation.table \
21 es
/.nametranslation.table \
22 fi
/.nametranslation.table \
23 fr
/.nametranslation.table \
24 hu
/.nametranslation.table \
26 it
/.nametranslation.table \
27 ja
/.nametranslation.table \
28 ka
/.nametranslation.table \
29 nl
/.nametranslation.table \
30 pl
/dummy_samples.txt \
31 pt-BR
/.nametranslation.table \
32 sv
/.nametranslation.table \
33 tr
/.nametranslation.table \
34 zh-CN
/.nametranslation.table \
37 # vim: set noet sw=4 ts=4: