Files
dictionaries/Dictionary_is.mk
Björgvin Ragnarsson 6eb65b46c5 Add Icelandic hyphenation rules
Rules come with a CC BY 4.0 license and are downloadable at
http://malfong.is/index.php?lang=en&pg=hyphen

Change-Id: I994ab86cf0a3bb31b0f8b7e9df7ab6611beafe91
Reviewed-on: https://gerrit.libreoffice.org/18554
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-09-15 14:16:59 +00:00

24 lines
668 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-is,dictionaries/is))
$(eval $(call gb_Dictionary_add_root_files,dict-is,\
dictionaries/is/hyph_is.dic \
dictionaries/is/is.aff \
dictionaries/is/is.dic \
dictionaries/is/license.txt \
))
$(eval $(call gb_Dictionary_add_thesauri,dict-is,\
dictionaries/is/th_is.dat \
))
# vim: set noet sw=4 ts=4: