Files
dictionaries/Dictionary_bo.mk
Aron Budea f023ac778c tdf#103922: add Tibetan syllable spellchecker
Change-Id: Idd42597c95fac98023e3a6b671ef73f8ead7fabc
From: https://github.com/eroux/hunspell-bo
Reviewed-on: https://gerrit.libreoffice.org/30920
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
2016-11-22 22:23:34 +00:00

20 lines
583 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-bo,dictionaries/bo))
$(eval $(call gb_Dictionary_add_root_files,dict-bo,\
dictionaries/bo/bo.aff \
dictionaries/bo/bo.dic \
dictionaries/bo/CHANGELOG.md \
dictionaries/bo/README.md \
))
# vim: set noet sw=4 ts=4: