[Libreoffice-commits] dictionaries.git: Dictionary_en.mk Dictionary_hu.mk Dictionary_pt-BR.mk Dictionary_ru.mk

Stephan Bergmann sbergman at redhat.com
Fri Oct 4 06:47:44 PDT 2013


 Dictionary_en.mk    |    2 +-
 Dictionary_hu.mk    |    2 +-
 Dictionary_pt-BR.mk |    2 +-
 Dictionary_ru.mk    |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 3523389ee5c854fee19cb3cee2678e4f1d38a44b
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Oct 4 15:35:35 2013 +0200

    Adapt dictonaries to recent Configuration.mk changes
    
    ...credits for the fix go to Matus.
    
    Change-Id: I7f2fc420e4d844179629bbfbf6d106a5366ce9dc

diff --git a/Dictionary_en.mk b/Dictionary_en.mk
index 8630f42..d320c55 100644
--- a/Dictionary_en.mk
+++ b/Dictionary_en.mk
@@ -52,7 +52,7 @@ $(eval $(call gb_Dictionary_add_files,dict-en,pythonpath,\
 	dictionaries/en/pythonpath/lightproof_opts_en.py \
 ))
 
-$(eval $(call gb_Dictionary_add_generated_file,dict-en,dialog/OptionsDialog.xcs,$(call gb_XcsTarget_get_target,dictionaries/en/dialog/registry/schema/org/openoffice/Lightproof_en.xcs)))
+$(eval $(call gb_Dictionary_add_generated_file,dict-en,dialog/OptionsDialog.xcs,$(call gb_XcsTarget_get_target,org/openoffice/Lightproof_en.xcs)))
 
 $(eval $(call gb_Dictionary_add_localized_xcu_file,dict-en,dialog,\
 	dictionaries/en/dialog/registry/data/org/openoffice/Office/OptionsDialog.xcu \
diff --git a/Dictionary_hu.mk b/Dictionary_hu.mk
index 7a52e59..06a08ab 100644
--- a/Dictionary_hu.mk
+++ b/Dictionary_hu.mk
@@ -49,7 +49,7 @@ $(eval $(call gb_Dictionary_add_files,dict-hu,pythonpath,\
 	dictionaries/hu_HU/pythonpath/lightproof_opts_hu_HU.py \
 ))
 
-$(eval $(call gb_Dictionary_add_generated_file,dict-hu,dialog/OptionsDialog.xcs,$(call gb_XcsTarget_get_target,dictionaries/hu_HU/dialog/registry/schema/org/openoffice/Lightproof_hu_HU.xcs)))
+$(eval $(call gb_Dictionary_add_generated_file,dict-hu,dialog/OptionsDialog.xcs,$(call gb_XcsTarget_get_target,org/openoffice/Lightproof_hu_HU.xcs)))
 
 $(eval $(call gb_Dictionary_add_localized_xcu_file,dict-hu,dialog,\
 	dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office/OptionsDialog.xcu \
diff --git a/Dictionary_pt-BR.mk b/Dictionary_pt-BR.mk
index 8259ab1..1264578 100644
--- a/Dictionary_pt-BR.mk
+++ b/Dictionary_pt-BR.mk
@@ -40,7 +40,7 @@ $(eval $(call gb_Dictionary_add_files,dict-pt-BR,icons,\
     dictionaries/pt_BR/icons/VERO-logo.png \
 ))
 
-$(eval $(call gb_Dictionary_add_generated_file,dict-pt-BR,dialog/OptionsDialog.xcs,$(call gb_XcsTarget_get_target,dictionaries/pt_BR/dialog/registry/schema/org/openoffice/Lightproof_pt_BR.xcs)))
+$(eval $(call gb_Dictionary_add_generated_file,dict-pt-BR,dialog/OptionsDialog.xcs,$(call gb_XcsTarget_get_target,org/openoffice/Lightproof_pt_BR.xcs)))
 
 $(eval $(call gb_Dictionary_add_localized_xcu_file,dict-pt-BR,dialog,\
     dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office/OptionsDialog.xcu \
diff --git a/Dictionary_ru.mk b/Dictionary_ru.mk
index b2b42f9..a0cf09e 100644
--- a/Dictionary_ru.mk
+++ b/Dictionary_ru.mk
@@ -38,7 +38,7 @@ $(eval $(call gb_Dictionary_add_propertyfiles,dict-ru,dialog,\
 	dictionaries/ru_RU/dialog/ru_RU_en_US.properties \
 ))
 
-$(eval $(call gb_Dictionary_add_generated_file,dict-ru,dialog/OptionsDialog.xcs,$(call gb_XcsTarget_get_target,dictionaries/ru_RU/dialog/registry/schema/org/openoffice/Lightproof_ru_RU.xcs)))
+$(eval $(call gb_Dictionary_add_generated_file,dict-ru,dialog/OptionsDialog.xcs,$(call gb_XcsTarget_get_target,org/openoffice/Lightproof_ru_RU.xcs)))
 
 $(eval $(call gb_Dictionary_add_localized_xcu_file,dict-ru,dialog,\
 	dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office/OptionsDialog.xcu \


More information about the Libreoffice-commits mailing list