diff options
author | Andras Timar <atimar@suse.com> | 2011-07-10 20:21:07 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2011-07-11 15:25:13 +0200 |
commit | b6a4b4bc6ce10c771d4bf0ce332976b60544e03a (patch) | |
tree | 8c42a4bb4d6ae71ae328be475d5e39a1b84c34a1 | |
parent | 8406973362c2bd086f363169abc8d58883fc5ab9 (diff) |
hotfix to include localizations of Presenter screen extension
Signed-off-by: Petr Mladek <pmladek@suse.cz>
-rw-r--r-- | sdext/source/presenter/makefile.mk | 7 |
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) |