diff options
author | Jan Holesovsky <kendy@collabora.com> | 2016-02-25 14:01:10 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2016-02-25 14:03:16 +0100 |
commit | bd5a09adea33acfe9164f26a3061ae1152933438 (patch) | |
tree | c3e3acdd0d3166521a7a87481662d27ee90086c7 /Dictionary_cs.mk | |
parent | 68c702c5ed8876de74efb12fa11f6e40af61f664 (diff) |
Related tdf#93514: Introduce a new Czech thesaurus.
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
Diffstat (limited to 'Dictionary_cs.mk')
-rw-r--r-- | Dictionary_cs.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Dictionary_cs.mk b/Dictionary_cs.mk index d1c7844..6c622a4 100644 --- a/Dictionary_cs.mk +++ b/Dictionary_cs.mk @@ -17,4 +17,8 @@ $(eval $(call gb_Dictionary_add_root_files,dict-cs,\ 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: |