diff options
author | Andras Timar <andras.timar@collabora.com> | 2021-06-27 11:56:52 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2021-06-27 12:01:20 +0200 |
commit | bba36281a0d7af91fe65eda9140f811e28d09012 (patch) | |
tree | 96b2afd45a1a146f94380598d4dd0a484ae80b62 /Dictionary_gug.mk | |
parent | 79331fd0ce1c55174534987752df49e3f0f63cc0 (diff) |
Fix Guarani thesaurus
- dos2unix th_gug_PY.dat
- Add missing count to 'kopia'
- Fix makefile
- Remove .idx, which is generated by the build now
Change-Id: I8ca168d0b2710ea31c8641a5d7dd837761674ea5
Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/117944
Tested-by: Andras Timar <andras.timar@collabora.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'Dictionary_gug.mk')
-rw-r--r-- | Dictionary_gug.mk | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/Dictionary_gug.mk b/Dictionary_gug.mk index d92d783..a480e31 100644 --- a/Dictionary_gug.mk +++ b/Dictionary_gug.mk @@ -11,8 +11,6 @@ $(eval $(call gb_Dictionary_Dictionary,dict-gug,dictionaries/gug)) $(eval $(call gb_Dictionary_add_root_files,dict-gug,\ dictionaries/gug/README_th_gug_PY.txt\ - dictionaries/gug/th_gug_PY.dat \ - dictionaries/gug/th_gug_PY.idx \ dictionaries/gug/gug.aff \ dictionaries/gug/gug.dic \ )) @@ -27,10 +25,9 @@ $(eval $(call gb_Dictionary_add_files,dict-gug,description,\ $(eval $(call gb_Dictionary_add_files,dict-gug,images,\ dictionaries/gug/images/gug-PY.png \ )) -#$(eval $(call gb_Dictionary_add_thesauri,dict-gug,\ -# dictionaries/gug/th_gug_PY.dat \ -# dictionaries/gug/th_gug_PY.idx \ -#)) +$(eval $(call gb_Dictionary_add_thesauri,dict-gug,\ + dictionaries/gug/th_gug_PY.dat \ +)) # vim: set noet sw=4 ts=4: |