diff options
author | René Engelhard <rene@openoffice.org> | 2009-01-21 22:16:23 +0000 |
---|---|---|
committer | René Engelhard <rene@openoffice.org> | 2009-01-21 22:16:23 +0000 |
commit | 68d1070ec04c234a94f728911adcdc0af05a2739 (patch) | |
tree | f5e29bc635de636cf707aeb1dbf976da55333991 /readlicense_oo | |
parent | 23096e681991d2a107f9de2c57eababe9c66f7b2 (diff) |
redundant .IF (thanks cloph)
Diffstat (limited to 'readlicense_oo')
-rwxr-xr-x | readlicense_oo/util/makefile.pmk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/readlicense_oo/util/makefile.pmk b/readlicense_oo/util/makefile.pmk index 1a5310143b..f9c33fc054 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 $@ \ |