diff options
author | obo <obo@openoffice.org> | 2010-09-16 12:34:53 +0200 |
---|---|---|
committer | obo <obo@openoffice.org> | 2010-09-16 12:34:53 +0200 |
commit | 1bf218731b864f73403a2cf653d8fd231f6e392f (patch) | |
tree | 2e371bab54e1269e71a3ff9ca786dbb8e13b2a60 | |
parent | d918e2ac6c40c8da857ab3de5a703b3ad786a82c (diff) |
masterfix OOO330: #i10000# build problem with cygwin shell (Windows)
Notes
split repo tag: extensions_ooo/OOO330_m8
split repo tag: extensions_ooo/OOO330_m9
-rw-r--r-- | swext/mediawiki/help/makefile.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/swext/mediawiki/help/makefile.mk b/swext/mediawiki/help/makefile.mk index 86773dcb7f3f..1804ec2b668a 100644 --- a/swext/mediawiki/help/makefile.mk +++ b/swext/mediawiki/help/makefile.mk @@ -74,11 +74,11 @@ HLANGXHPFILES=$(foreach,i,$(XHPFILES) $(foreach,j,$(MEDIAWIKI_LANG) $(XHPDEST)$/ ALLTAR : $(OUT_MEDIAWIKI)/help/component.txt $(OUT_MEDIAWIKI)/help/component.txt : component.txt - @@-$(MKDIRHIER) $(@:d) + @-$(MKDIRHIER) $(@:d) $(COMMAND_ECHO)$(COPY) component.txt $@ $(OUT_MEDIAWIKI)/help/%.xhp : $(OUT_MEDIAWIKI)_merge/help/%.xhp - @@-$(MKDIRHIER) $(@:d) + @-$(MKDIRHIER) $(@:d) $(COMMAND_ECHO)cat $< | sed -e 's/@WIKIEXTENSIONPRODUCTNAME@/Wiki Publisher/g' | \ sed 's/@WIKIEXTENSIONID@/com.sun.wiki-publisher/g' | \ sed 's/@WIKIEXTENSIONFILENAME@/wiki-publisher/g' > $@ |