forked from amazingfate/dictionaries
This is a completely new, independent thesaurus, generated from an English <-> Czech dictinary. The data of the dictionary are licensed under GNU Free Documentation License 1.1 or later, consequently this resulting thesaurus is GNU/FDL 1.1 or later too. Change-Id: I0136b413d5affd6e45a71bdd579ae196fe48dff5
25 lines
738 B
Makefile
25 lines
738 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-cs,dictionaries/cs_CZ))
|
|
|
|
$(eval $(call gb_Dictionary_add_root_files,dict-cs,\
|
|
dictionaries/cs_CZ/cs_CZ.aff \
|
|
dictionaries/cs_CZ/cs_CZ.dic \
|
|
dictionaries/cs_CZ/hyph_cs_CZ.dic \
|
|
dictionaries/cs_CZ/README_cs.txt \
|
|
dictionaries/cs_CZ/README_en.txt \
|
|
))
|
|
|
|
$(eval $(call gb_Dictionary_add_thesauri,dict-cs,\
|
|
dictionaries/cs_CZ/thes_cs_CZ.dat \
|
|
))
|
|
|
|
# vim: set noet sw=4 ts=4:
|