summaryrefslogtreecommitdiff
path: root/Dictionary_id.mk
diff options
context:
space:
mode:
authorAndika Triwidada <andika@gmail.com>2018-03-08 09:41:03 +0000
committerAndras Timar <andras.timar@collabora.com>2018-03-10 21:21:42 +0100
commit47c5e2741fd510d38045abcbd2719a7a584d470d (patch)
tree8233d232c50942a15eb09f8c4ae137481be95482 /Dictionary_id.mk
parentedcc4e770e287a6ebe1022cb57fda539ceec9188 (diff)
Added Indonesian thesaurus
Change-Id: Ida510bb2a5cc6a636556e26d1a28621e9566be27 Reviewed-on: https://gerrit.libreoffice.org/50962 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'Dictionary_id.mk')
-rw-r--r--Dictionary_id.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/Dictionary_id.mk b/Dictionary_id.mk
index 28ec2a0..c52c639 100644
--- a/Dictionary_id.mk
+++ b/Dictionary_id.mk
@@ -10,10 +10,14 @@
$(eval $(call gb_Dictionary_Dictionary,dict-id,dictionaries/id))
$(eval $(call gb_Dictionary_add_root_files,dict-id,\
- dictionaries/id/LICENSE \
+ dictionaries/id/LICENSE-dict \
+ dictionaries/id/LICENSE-thes\
dictionaries/id/id_ID.aff \
dictionaries/id/id_ID.dic \
- dictionaries/id/README.md \
+ dictionaries/id/README-dict.md \
+ dictionaries/id/README-thes \
))
+$(eval $(call gb_Dictionary_add_thesaurus,dict-id,dictionaries/id/th_id_ID_v2.dat))
+
# vim: set noet sw=4 ts=4: