summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2011-07-10 20:21:07 +0200
committerAndras Timar <atimar@suse.com>2011-07-10 20:21:07 +0200
commit2fdd60dc1782048cefc748f18ea4eed1464f6333 (patch)
treee16a1395e4de263ef53c1b59e0355c01f356873c
parent56c3aed0ea66036a82a2cd1b17699aeff567e50d (diff)
hotfix to include localizations of Presenter screen extension
-rw-r--r--sdext/source/presenter/makefile.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/sdext/source/presenter/makefile.mk b/sdext/source/presenter/makefile.mk
index 3c93866..1a3c052 100644
--- a/sdext/source/presenter/makefile.mk
+++ b/sdext/source/presenter/makefile.mk
@@ -370,6 +370,13 @@ $(DESCRIPTION) $(PHONYDESC) : $$(@:f)
@echo LAST_WITH_LANG=$(WITH_LANG) > $(ZIP1DIR)_lang_track.mk
$(TYPE) description.xml | sed s/UPDATED_PLATFORM/$(PLATFORMID)/ > $@
+ALLTAR: $(MISC)/../bin/presenter-screen.oxt
+# hotfix to missing localizations
+.IF "$(WITH_LANG)"!=""
+ $(COPY) $(ZIP1DIR)_in/merge/org/openoffice/Office/extension/PresenterScreen.xcu $(ZIP1DIR)/registry/data/org/openoffice/Office/extension/
+ cd $(ZIP1DIR);zip -r -u ../../bin/presenter-screen.oxt registry/data/org/openoffice/Office/extension/PresenterScreen.xcu
+.ENDIF
+
.ELSE
ivo:
$(ECHO)