diff options
author | Olivier Hallot <olivier.hallot@alta.org.br> | 2012-09-09 07:48:00 -0300 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-09-23 21:25:32 +0200 |
commit | ba0e8a8f2d583cae7b28cd2190253d6f009e46c4 (patch) | |
tree | 88c990f18b5ac42c5f35d24c056a7ca528c67363 | |
parent | 3eda0173185565948d483469a5a838fa5a103c53 (diff) |
Fix for fdo#53520, Portuguese spelling files
(cherry picked from commit d1f69e800560a558f9dbffc195573d32354e8efb)
Conflicts:
dictionaries/Dictionary_pt-BR.mk
dictionaries/Dictionary_pt-PT.mk
dictionaries/Module_dictionaries.mk
Change-Id: I95cb422412de5f36416e6aaeb1663c39773ffb7c
Signed-off-by: Andras Timar <atimar@suse.com>
-rw-r--r-- | dictionaries/pt_BR/makefile.mk | 6 | ||||
-rw-r--r-- | dictionaries/pt_PT/makefile.mk | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/dictionaries/pt_BR/makefile.mk b/dictionaries/pt_BR/makefile.mk index 021981c..de6f96b 100644 --- a/dictionaries/pt_BR/makefile.mk +++ b/dictionaries/pt_BR/makefile.mk @@ -28,7 +28,7 @@ PRJ=.. PRJNAME=dictionaries -TARGET=dict-pt +TARGET=dict-pt-BR # --- Settings ----------------------------------------------------- @@ -40,8 +40,8 @@ TARGET=dict-pt # --- Files -------------------------------------------------------- # name for uniq directory -EXTENSIONNAME:=dict-pt -EXTENSION_ZIPNAME:=dict-pt +EXTENSIONNAME:=dict-pt-BR +EXTENSION_ZIPNAME:=dict-pt-BR # some other targets to be done diff --git a/dictionaries/pt_PT/makefile.mk b/dictionaries/pt_PT/makefile.mk index c8cf974..4686de8 100644 --- a/dictionaries/pt_PT/makefile.mk +++ b/dictionaries/pt_PT/makefile.mk @@ -28,7 +28,7 @@ PRJ=.. PRJNAME=dictionaries -TARGET=dict-pt-pt +TARGET=dict-pt-PT # --- Settings ----------------------------------------------------- @@ -40,8 +40,8 @@ TARGET=dict-pt-pt # --- Files -------------------------------------------------------- # name for uniq directory -EXTENSIONNAME:=dict-pt-pt -EXTENSION_ZIPNAME:=dict-pt-pt +EXTENSIONNAME:=dict-pt-PT +EXTENSION_ZIPNAME:=dict-pt-PT # some other targets to be done |