summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/makefile.mk
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2009-12-03 13:16:13 +0100
committerKurt Zenker <kz@openoffice.org>2009-12-03 13:16:13 +0100
commit2751e8d8f20b4d36a725220a0882c7929fa24b92 (patch)
treef65774065327e81d0bd30dbcf6461aac6ab1c019 /sdext/source/presenter/makefile.mk
parent5b12c7e6646efe886fb9b7196f7c0db64e870bec (diff)
parent683118f4dfec0a5490052254445b52bb61911189 (diff)
CWS-TOOLING: integrate CWS impressaccessibility5_DEV300
Diffstat (limited to 'sdext/source/presenter/makefile.mk')
-rw-r--r--sdext/source/presenter/makefile.mk18
1 files changed, 12 insertions, 6 deletions
diff --git a/sdext/source/presenter/makefile.mk b/sdext/source/presenter/makefile.mk
index b35c3f3a4ae0..fe1aced3c52e 100644
--- a/sdext/source/presenter/makefile.mk
+++ b/sdext/source/presenter/makefile.mk
@@ -131,12 +131,11 @@ FIND_XCU=registry/data
FIND_XCU=$(MISC)$/$(EXTNAME)_in$/merge
.ENDIF # "$(WITH_LANG)"==""
-
COMPONENT_FILES= \
$(ZIP1DIR)$/registry$/data$/org$/openoffice$/Office$/Jobs.xcu \
$(ZIP1DIR)$/registry$/data$/org$/openoffice$/Office$/ProtocolHandler.xcu \
- $(ZIP1DIR)$/registry$/schema/org$/openoffice$/Office$/extension$/PresenterScreen.xcs \
- $(ZIP1DIR)$/registry$/data/$/org$/openoffice$/Office$/extension$/PresenterScreen.xcu
+ $(ZIP1DIR)$/registry$/schema/org$/openoffice$/Office$/extension$/PresenterScreen.xcs \
+ $(ZIP1DIR)$/registry$/data/$/org$/openoffice$/Office$/extension$/PresenterScreen.xcu
#COMPONENT_MERGED_XCU= \
# $(FIND_XCU)$/org$/openoffice$/Office$/extension$/PresenterScreen.xcu
@@ -244,8 +243,11 @@ COMPONENT_MANIFEST= \
COMPONENT_LIBRARY= \
$(ZIP1DIR)$/$(TARGET).uno$(DLLPOST)
+PLATFORMID:=$(RTL_OS:l)_$(RTL_ARCH:l)
+
COMPONENT_HELP= \
- $(ZIP1DIR)$/help/component.txt
+ $(ZIP1DIR)$/help/component.txt \
+ $(foreach,l,$(alllangiso) $(ZIP1DIR)$/help$/$l$/com.sun.PresenterScreen-$(PLATFORMID)$/presenter.xhp)
ZIP1DEPS= \
$(PACKLICS) \
@@ -257,7 +259,6 @@ ZIP1DEPS= \
$(COMPONENT_HELP)
# $(COMPONENT_MERGED_XCU) \
-PLATFORMID:=$(RTL_OS:l)_$(RTL_ARCH:l)
# --- Targets ----------------------------------
@@ -274,10 +275,15 @@ $(COMPONENT_MANIFEST) : $$(@:f)
@-$(MKDIRHIER) $(@:d)
+$(TYPE) $< | $(SED) "s/SHARED_EXTENSION/$(DLLPOST)/" > $@
-$(COMPONENT_HELP) : help$/$$(@:f)
+$(ZIP1DIR)$/help$/component.txt : help$/$$(@:f)
@@-$(MKDIRHIER) $(@:d)
$(COPY) $< $@
+$(ZIP1DIR)$/help$/%$/com.sun.PresenterScreen-$(PLATFORMID)$/presenter.xhp : help$/%$/com.sun.PresenterScreen-$(PLATFORMID)$/presenter.xhp
+ @echo copying $@ to $<
+ $(MKDIRHIER) $(@:d)
+ $(COPY) $< $@
+
#$(COMPONENT_FILES) : $$(@:f)
# -$(MKDIRHIER) $(@:d)
# $(COPY) $< $@