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