summaryrefslogtreecommitdiff
path: root/readlicense_oo
diff options
context:
space:
mode:
authorRené Engelhard <rene@openoffice.org>2009-01-21 22:16:23 +0000
committerRené Engelhard <rene@openoffice.org>2009-01-21 22:16:23 +0000
commit822065158547ca37cbc484fe59f9a0abe8e880f0 (patch)
treecdf70d4c671c2414c7a0a846f8087469b22e0aa4 /readlicense_oo
parentbd677ac38e149c8bd0d6fc5f4237a5f89e4e7ec5 (diff)
redundant .IF (thanks cloph)
Diffstat (limited to 'readlicense_oo')
-rwxr-xr-xreadlicense_oo/util/makefile.pmk4
1 files changed, 0 insertions, 4 deletions
diff --git a/readlicense_oo/util/makefile.pmk b/readlicense_oo/util/makefile.pmk
index 1a5310143b35..f9c33fc05479 100755
--- a/readlicense_oo/util/makefile.pmk
+++ b/readlicense_oo/util/makefile.pmk
@@ -55,11 +55,7 @@ $(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 $@ \