Version 4.0.0.1, tag libreoffice-4.0.0.1
[LibreOffice.git] / extras / Zip_autocorr.mk
blobe684b94e4f5609f0100781d24aad1b947aa657b6
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_Zip_Zip,autocorr,$(call gb_CustomTarget_get_workdir,extras/source/autotext)))
12 $(eval $(call gb_Zip_add_files,autocorr,\
13 acor_af-ZA.dat \
14 acor_bg-BG.dat \
15 acor_cs-CZ.dat \
16 acor_da-DK.dat \
17 acor_de-DE.dat \
18 acor_en-AU.dat \
19 acor_en-GB.dat \
20 acor_en-US.dat \
21 acor_en-ZA.dat \
22 acor_es-ES.dat \
23 acor_eu.dat \
24 acor_fa-IR.dat \
25 acor_fi-FI.dat \
26 acor_fr-FR.dat \
27 acor_ga-IE.dat \
28 acor_hr-HR.dat \
29 acor_hu-HU.dat \
30 acor_it-IT.dat \
31 acor_ja-JP.dat \
32 acor_ko-KR.dat \
33 acor_lb-LU.dat \
34 acor_lt-LT.dat \
35 acor_mn-MN.dat \
36 acor_nl-BE.dat \
37 acor_nl-NL.dat \
38 acor_pl-PL.dat \
39 acor_pt-BR.dat \
40 acor_pt-PT.dat \
41 acor_ru-RU.dat \
42 acor_sh-ME.dat \
43 acor_sh-RS.dat \
44 acor_sh-YU.dat \
45 acor_sk-SK.dat \
46 acor_sl-SI.dat \
47 acor_sr-ME.dat \
48 acor_sr-RS.dat \
49 acor_sr-YU.dat \
50 acor_sv-SE.dat \
51 acor_tr-TR.dat \
52 acor_vi-VN.dat \
53 acor_zh-CN.dat \
54 acor_zh-TW.dat \
57 # vim: set noet sw=4 ts=4: