mirror of
git://anongit.freedesktop.org/libreoffice/dictionaries
synced 2025-10-05 16:13:05 +02:00
Change-Id: Icb7d2258b17dd7b877fbd43bbd91ca3816c12cf1 Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/185165 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
25 lines
733 B
Makefile
25 lines
733 B
Makefile
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
|
#
|
|
# This file is part of the LibreOffice project.
|
|
#
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
#
|
|
|
|
$(eval $(call gb_Dictionary_Dictionary,dict-mr,dictionaries/mr_IN))
|
|
|
|
$(eval $(call gb_Dictionary_add_root_files,dict-mr,\
|
|
dictionaries/mr_IN/mr_IN.aff \
|
|
dictionaries/mr_IN/mr_IN.dic \
|
|
dictionaries/mr_IN/hyph_mr_IN.dic \
|
|
dictionaries/mr_IN/COPYING \
|
|
))
|
|
|
|
$(eval $(call gb_Dictionary_add_thesauri,dict-mr,\
|
|
dictionaries/mr_IN/th_mr_IN_v2.dat \
|
|
))
|
|
|
|
# vim: set noet sw=4 ts=4:
|
|
|