diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-10-18 10:22:52 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-10-18 10:22:52 +0200 |
commit | a5162a210e3ff07e44307dbf60717d5d5a40608d (patch) | |
tree | 813bb246bdc0c7d0902099935957544ca11ee951 | |
parent | a70847fe89812a53297f06e5c8c5ef9a22146a7f (diff) |
dict-pt-XX fix post submodules
Change-Id: Ic08c394998cedaf8cc4ffbf5c7b6877654181d88
-rw-r--r-- | Dictionary_pt-BR.mk | 4 | ||||
-rw-r--r-- | Dictionary_pt-PT.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Dictionary_pt-BR.mk b/Dictionary_pt-BR.mk index 9e0d45f..82b425e 100644 --- a/Dictionary_pt-BR.mk +++ b/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/Dictionary_pt-PT.mk b/Dictionary_pt-PT.mk index 12c68fe..1dfe3a3 100644 --- a/Dictionary_pt-PT.mk +++ b/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 \ |