summaryrefslogtreecommitdiff
path: root/readlicense_oo
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2009-01-27 13:08:52 +0000
committerKurt Zenker <kz@openoffice.org>2009-01-27 13:08:52 +0000
commit5a00b358b83565f6c1dfdc6ddc5ac60760dbe906 (patch)
treea3a42c80351a286dc84be8c0c8a15d88c96ff817 /readlicense_oo
parent792830e7724c5764212290309cc3913591c55aef (diff)
#i98513# avoid quoting problem
Diffstat (limited to 'readlicense_oo')
-rwxr-xr-xreadlicense_oo/util/makefile.pmk4
1 files changed, 4 insertions, 0 deletions
diff --git a/readlicense_oo/util/makefile.pmk b/readlicense_oo/util/makefile.pmk
index f9c33fc054..ef4d7f39e2 100755
--- a/readlicense_oo/util/makefile.pmk
+++ b/readlicense_oo/util/makefile.pmk
@@ -55,7 +55,11 @@ $(COMMONMISC)$/readme.dtd : ..$/readme.dtd
virtual : $(MERGEDXRM) $(COMMONMISC)$/readme.dtd $(PRJ)$/docs/readme.xsl
$(MISC)$/readme_text.xsl : virtual
+.IF "$(USE_SHELL)"!="4nt"
+ $(SED) 's#method="html".*>#method="text"/>#' < ..$/readme.xsl > $@
+.ELSE # "$(USE_SHELL)"!="4nt"
$(SED) "s/method=\"html\".*>/method=\"text\"\/>/" < ..$/readme.xsl > $@
+.ENDIF # "$(USE_SHELL)"!="4nt"
$(MISC)$/$(GUI)$/$(eq,$(GUI),WNT readme README)_%.html : 'virtual'
$(XSLTPROC) --nonet -o $@ \