diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-02-15 09:58:21 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-02-15 15:54:52 +0100 |
commit | 86f503136b933cc40c65508cc3026949a2251c69 (patch) | |
tree | 12032fe75f06f8f6e7948c244d365043569f3335 /Dictionary_pt-BR.mk | |
parent | 96ecbe7fb1c54ffec16a13b052dcee884f2ecb5a (diff) |
pt-BR thesaurus: remove idx file from source.
idx fles are created in build.
Change-Id: I32cef18b22aad876d3caf4f3d00e776c5aa1e195
Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/129963
Reviewed-by: Rafael Lima <rafael.palma.lima@gmail.com>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'Dictionary_pt-BR.mk')
-rw-r--r-- | Dictionary_pt-BR.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Dictionary_pt-BR.mk b/Dictionary_pt-BR.mk index 760d6c4..610868f 100644 --- a/Dictionary_pt-BR.mk +++ b/Dictionary_pt-BR.mk @@ -13,8 +13,6 @@ $(eval $(call gb_Dictionary_add_root_files,dict-pt-BR,\ dictionaries/pt_BR/hyph_pt_BR.dic \ dictionaries/pt_BR/pt_BR.aff \ dictionaries/pt_BR/pt_BR.dic \ - dictionaries/pt_BR/th_pt_BR.dat \ - dictionaries/pt_BR/th_pt_BR.idx \ dictionaries/pt_BR/Lightproof.components \ dictionaries/pt_BR/Lightproof.py \ dictionaries/pt_BR/Linguistic.xcu \ @@ -58,5 +56,9 @@ $(eval $(call gb_Dictionary_add_propertyfiles,dict-pt-BR,dialog,\ dictionaries/pt_BR/dialog/pt_BR_en_US.properties \ )) +$(eval $(call gb_Dictionary_add_thesauri,dict-pt-BR,\ + dictionaries/pt_BR/th_pt_BR.dat \ +)) + # vim: set noet sw=4 ts=4: |