diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2010-11-29 18:50:33 +0100 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2010-11-29 18:50:33 +0100 |
commit | da5c46b32f6469efa1729b030a9f68cdeb85f9c6 (patch) | |
tree | 1af42ec13ff90a45c04ecfccd26bb8ec8757c5fd /sdext | |
parent | 423bfb99854d7811ecb0c1e31cceaf40b472532b (diff) |
ause128: #i115689# guard additional dependencies of ZIPnTARGETN
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/source/presenter/makefile.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sdext/source/presenter/makefile.mk b/sdext/source/presenter/makefile.mk index 997d43054d3b..e751a6e500ff 100644 --- a/sdext/source/presenter/makefile.mk +++ b/sdext/source/presenter/makefile.mk @@ -307,8 +307,11 @@ $(ZIP1DIR)/help/%/com.sun.PresenterScreen-$(PLATFORMID)/presenter.xhp : $(COMMON @-$(MKDIRHIER) $(@:d) $(TYPE) $< | sed "s/PLATFORMID/$(PLATFORMID)/" | sed 's/@PRESENTEREXTENSIONPRODUCTNAME@/Presenter Console/g' > $@ +.IF "$(ZIP1TARGETN)"!="" $(ZIP1TARGETN) : $(HELPLINKALLTARGETS) +.ENDIF # "$(ZIP1TARGETN)"!="" + $(COMPONENT_BITMAPS) : bitmaps$/$$(@:f) @-$(MKDIRHIER) $(@:d) +$(COPY) $< $@ |