Kaydet (Commit) 1bf21873 authored tarafından obo's avatar obo

masterfix OOO330: #i10000# build problem with cygwin shell (Windows)

üst d918e2ac
...@@ -74,11 +74,11 @@ HLANGXHPFILES=$(foreach,i,$(XHPFILES) $(foreach,j,$(MEDIAWIKI_LANG) $(XHPDEST)$/ ...@@ -74,11 +74,11 @@ HLANGXHPFILES=$(foreach,i,$(XHPFILES) $(foreach,j,$(MEDIAWIKI_LANG) $(XHPDEST)$/
ALLTAR : $(OUT_MEDIAWIKI)/help/component.txt ALLTAR : $(OUT_MEDIAWIKI)/help/component.txt
$(OUT_MEDIAWIKI)/help/component.txt : component.txt $(OUT_MEDIAWIKI)/help/component.txt : component.txt
@@-$(MKDIRHIER) $(@:d) @-$(MKDIRHIER) $(@:d)
$(COMMAND_ECHO)$(COPY) component.txt $@ $(COMMAND_ECHO)$(COPY) component.txt $@
$(OUT_MEDIAWIKI)/help/%.xhp : $(OUT_MEDIAWIKI)_merge/help/%.xhp $(OUT_MEDIAWIKI)/help/%.xhp : $(OUT_MEDIAWIKI)_merge/help/%.xhp
@@-$(MKDIRHIER) $(@:d) @-$(MKDIRHIER) $(@:d)
$(COMMAND_ECHO)cat $< | sed -e 's/@WIKIEXTENSIONPRODUCTNAME@/Wiki Publisher/g' | \ $(COMMAND_ECHO)cat $< | sed -e 's/@WIKIEXTENSIONPRODUCTNAME@/Wiki Publisher/g' | \
sed 's/@WIKIEXTENSIONID@/com.sun.wiki-publisher/g' | \ sed 's/@WIKIEXTENSIONID@/com.sun.wiki-publisher/g' | \
sed 's/@WIKIEXTENSIONFILENAME@/wiki-publisher/g' > $@ sed 's/@WIKIEXTENSIONFILENAME@/wiki-publisher/g' > $@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment