diff options
-rw-r--r-- | dictionaries/Dictionary_pt-BR.mk (renamed from dictionaries/Dictionary_pt.mk) | 4 | ||||
-rw-r--r-- | dictionaries/Dictionary_pt-PT.mk (renamed from dictionaries/Dictionary_pt-pt.mk) | 6 | ||||
-rw-r--r-- | dictionaries/Module_dictionaries.mk | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/dictionaries/Dictionary_pt.mk b/dictionaries/Dictionary_pt-BR.mk index 9e0d45f..82b425e 100644 --- a/dictionaries/Dictionary_pt.mk +++ b/dictionaries/Dictionary_pt-BR.mk @@ -7,9 +7,9 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -$(eval $(call gb_Dictionary_Dictionary,dict-pt,dictionaries/pt_BR)) +$(eval $(call gb_Dictionary_Dictionary,dict-pt-BR,dictionaries/pt_BR)) -$(eval $(call gb_Dictionary_add_root_files,dict-pt,\ +$(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 \ diff --git a/dictionaries/Dictionary_pt-pt.mk b/dictionaries/Dictionary_pt-PT.mk index 12c68fe..9e023be 100644 --- a/dictionaries/Dictionary_pt-pt.mk +++ b/dictionaries/Dictionary_pt-PT.mk @@ -7,9 +7,9 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -$(eval $(call gb_Dictionary_Dictionary,dict-pt-pt,dictionaries/pt_PT)) +$(eval $(call gb_Dictionary_Dictionary,dict-pt-PT,dictionaries/pt_PT)) -$(eval $(call gb_Dictionary_add_root_files,dict-pt-pt,\ +$(eval $(call gb_Dictionary_add_root_files,dict-pt-PT,\ dictionaries/pt_PT/hyph_pt_PT.dic \ dictionaries/pt_PT/LICENSES.txt \ dictionaries/pt_PT/pt_PT.aff \ @@ -19,7 +19,7 @@ $(eval $(call gb_Dictionary_add_root_files,dict-pt-pt,\ dictionaries/pt_PT/README_th_pt_PT_v2.txt \ )) -$(eval $(call gb_Dictionary_add_thesauri,dict-pt-pt,\ +$(eval $(call gb_Dictionary_add_thesauri,dict-pt-PT,\ dictionaries/pt_PT/th_pt_PT_v2.dat \ )) diff --git a/dictionaries/Module_dictionaries.mk b/dictionaries/Module_dictionaries.mk index ba37931..7d55fd8 100644 --- a/dictionaries/Module_dictionaries.mk +++ b/dictionaries/Module_dictionaries.mk @@ -45,8 +45,8 @@ $(eval $(call gb_Module_add_targets,dictionaries,\ Dictionary_no \ Dictionary_oc \ Dictionary_pl \ - Dictionary_pt-pt \ - Dictionary_pt \ + Dictionary_pt-BR \ + Dictionary_pt-PT \ Dictionary_ro \ Dictionary_ru \ Dictionary_si \ |