Version 4.0.0.1, tag libreoffice-4.0.0.1
[LibreOffice.git] / extras / AllLangZip_accessoriessamplesnonfreedocumentation.mk
blobc5761a56763c0a02be08a9e6d8fa46aab4a98ca7
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,accessoriessamplesnonfreedocumentation,$(call gb_UnpackedTarball_get_dir,samples-pack)/samples-nonfree/documentation/lang))
12 $(eval $(call gb_AllLangZip_add_dependencies,accessoriessamplesnonfreedocumentation,\
13 $(call gb_UnpackedTarball_get_target,samples-pack) \
16 $(eval $(call gb_AllLangZip_add_files,accessoriessamplesnonfreedocumentation,\
17 cs/dummy_samples-nonfree.txt \
18 de/dummy_samples-nonfree.txt \
19 en-US/dummy_samples-nonfree.txt \
20 es/dummy_samples-nonfree.txt \
21 fi/dummy_samples-nonfree.txt \
22 fr/dummy_samples-nonfree.txt \
23 hu/dummy_samples-nonfree.txt \
24 it/dummy_samples-nonfree.txt \
25 ja/dummy_samples-nonfree.txt \
26 ka/dummy_samples-nonfree.txt \
27 nl/dummy_samples-nonfree.txt \
28 pl/dummy_samples-nonfree.txt \
29 pt-BR/dummy_samples-nonfree.txt \
30 sv/dummy_samples-nonfree.txt \
31 tr/dummy_samples-nonfree.txt \
32 zh-CN/dummy_samples-nonfree.txt \
35 # vim: set noet sw=4 ts=4: