1# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2#
3# This file is part of the LibreOffice project.
4#
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/.
8#
9
10$(eval $(call gb_Package_Package,extras_autocorr,$(call gb_CustomTarget_get_workdir,extras/source/autocorr)))
11
12$(eval $(call gb_Package_add_files,extras_autocorr,$(LIBO_SHARE_FOLDER)/autocorr,\
13	acor_af-ZA.dat \
14	acor_bg-BG.dat \
15	acor_cs-CZ.dat \
16	acor_ca-ES.dat \
17	acor_da-DK.dat \
18	acor_de.dat \
19	acor_dsb.dat \
20	acor_el-GR.dat \
21	acor_en-AU.dat \
22	acor_en-GB.dat \
23	acor_en-US.dat \
24	acor_en-ZA.dat \
25	acor_es.dat \
26	acor_fa-IR.dat \
27	acor_fi-FI.dat \
28	acor_fr.dat \
29	acor_ga-IE.dat \
30	acor_hr-HR.dat \
31	acor_hsb.dat \
32	acor_hu-HU.dat \
33	acor_is-IS.dat \
34	acor_it.dat \
35	acor_ja-JP.dat \
36	acor_ko-KR.dat \
37	acor_lb-LU.dat \
38	acor_lt-LT.dat \
39	acor_mn-MN.dat \
40	acor_nl-BE.dat \
41	acor_nl-NL.dat \
42	acor_pl-PL.dat \
43	acor_pt-BR.dat \
44	acor_pt-PT.dat \
45	acor_ro-RO.dat \
46	acor_ru-RU.dat \
47	acor_sk-SK.dat \
48	acor_sl-SI.dat \
49	acor_sr-CS.dat \
50	acor_sr-Latn-CS.dat \
51	acor_sr-Latn-ME.dat \
52	acor_sr-Latn-RS.dat \
53	acor_sr-ME.dat \
54	acor_sr-RS.dat \
55	acor_sv-SE.dat \
56	acor_tr-TR.dat \
57	acor_vi-VN.dat \
58	acor_zh-CN.dat \
59	acor_zh-TW.dat \
60))
61
62# vim: set noet sw=4 ts=4:
63