diff options
author | Andras Timar <atimar@suse.com> | 2011-07-10 20:21:07 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2011-07-10 20:21:07 +0200 |
commit | 04630d410958cab609c9e4a5c52b1fdbdc98ff65 (patch) | |
tree | b9217c57acd7fbc275d3ebed30520b02cd248275 /sdext | |
parent | 85f14528927c7cb8bcfead84dd6d5cd3024a1752 (diff) |
hotfix to include localizations of Presenter screen extension
Diffstat (limited to 'sdext')
-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 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) |