From d2c6916599699a84ca5adecf47bcd708f2c5933b Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Sun, 10 Jul 2011 20:21:07 +0200 Subject: hotfix to include localizations of Presenter screen extension Signed-off-by: Petr Mladek --- sdext/source/presenter/makefile.mk | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'sdext') diff --git a/sdext/source/presenter/makefile.mk b/sdext/source/presenter/makefile.mk index 3c93866a731b..1a3c052f8095 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) -- cgit