summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/makefile.mk
diff options
context:
space:
mode:
authorAndre Fischer <af@openoffice.org>2009-09-21 15:26:12 +0000
committerAndre Fischer <af@openoffice.org>2009-09-21 15:26:12 +0000
commitc9066a25c11af5dbe0bc27d8fa64fb07e97059fd (patch)
treed3a8d03a596cda0c7bb5c1d72d027e8fa06aec44 /sdext/source/presenter/makefile.mk
parent4308b858072163d2ae8f63843a26b9626c47abf9 (diff)
#i105185# Added help files.
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) $< $@