Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 339057
Collapse All | Expand All

(-)sdext/source/presenter/makefile.mk (-1 / +1 lines)
Lines 295-301 Link Here
295
    @@-$(MKDIRHIER) $(@:d)
295
    @@-$(MKDIRHIER) $(@:d)
296
    $(COPY) $< $@
296
    $(COPY) $< $@
297
297
298
$(ZIP1DIR)/help/%/com.sun.PresenterScreen-$(PLATFORMID)/presenter.xhp : $(COMMONMISC)/%/com.sun.PresenterScreen/presenter.xhp
298
$(ZIP1DIR)$/help$/%$/com.sun.PresenterScreen-$(PLATFORMID)$/presenter.xhp : $(COMMONMISC)$/%$/com.sun.PresenterScreen$/presenter.xhp
299
    @echo creating $@
299
    @echo creating $@
300
    @-$(MKDIRHIER) $(@:d)
300
    @-$(MKDIRHIER) $(@:d)
301
    $(TYPE) $< | sed "s/PLATFORMID/$(PLATFORMID)/" | sed 's/@PRESENTEREXTENSIONPRODUCTNAME@/Presenter Console/g' > $@
301
    $(TYPE) $< | sed "s/PLATFORMID/$(PLATFORMID)/" | sed 's/@PRESENTEREXTENSIONPRODUCTNAME@/Presenter Console/g' > $@

Return to bug 339057