diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2016-05-23 23:23:02 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2016-05-23 23:23:53 +0200 |
commit | 1f3eaa2dc7e2bc04fef06a0ed76ee18bb195e00f (patch) | |
tree | 2737ed442ca1363acf779120ebf81acba308dc97 /Dictionary_en.mk | |
parent | 2f0ddaeeb4323ac99afd35d2c4fda643c9ee8bcf (diff) |
thesuaurs.idx is generated by gb_Dictionary_add_thesaurus
as there is only one thesuarus, no need for the thesauri variant that
does nothing else but call the thesuarus one..
Change-Id: Ia366e13e9cee0f15d282377124404a4cf0c3039b
Diffstat (limited to 'Dictionary_en.mk')
-rw-r--r-- | Dictionary_en.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Dictionary_en.mk b/Dictionary_en.mk index 04b28e8..7e96375 100644 --- a/Dictionary_en.mk +++ b/Dictionary_en.mk @@ -63,9 +63,8 @@ $(eval $(call gb_Dictionary_add_propertyfiles,dict-en,dialog,\ dictionaries/en/dialog/en_en_US.properties \ )) -$(eval $(call gb_Dictionary_add_thesauri,dict-en,\ +$(eval $(call gb_Dictionary_add_thesaurus,dict-en,\ dictionaries/en/th_en_US_v2.dat \ - dictionaries/en/th_en_US_v2.idx \ )) # vim: set noet sw=4 ts=4: |