diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-25 11:20:31 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-25 11:20:31 +0000 |
commit | 0456c9250c86e0020195333190652af203166368 (patch) | |
tree | d55c0f0e28425af9f8b5d0c08a901d7ee2e9ac7e /readlicense_oo/util | |
parent | a0242740e60184b4a2327cdb87cca3b785ef2366 (diff) |
INTEGRATION: CWS ause069 (1.13.8); FILE MERGED
2006/12/04 14:45:35 hjs 1.13.8.2: RESYNC: (1.13-1.14); FILE MERGED
2006/10/18 17:12:27 hjs 1.13.8.1: #i70359# remove forced shell calls
Diffstat (limited to 'readlicense_oo/util')
-rwxr-xr-x | readlicense_oo/util/makefile.pmk | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/readlicense_oo/util/makefile.pmk b/readlicense_oo/util/makefile.pmk index 4a41cc3acd21..98b80611749d 100755 --- a/readlicense_oo/util/makefile.pmk +++ b/readlicense_oo/util/makefile.pmk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.pmk,v $ # -# $Revision: 1.15 $ +# $Revision: 1.16 $ # -# last change: $Author: vg $ $Date: 2007-01-15 12:34:56 $ +# last change: $Author: obo $ $Date: 2007-01-25 12:20:31 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -67,19 +67,19 @@ $(COMMONMISC)$/readme.dtd : ..$/readme.dtd +$(COPY) $< $@ $(MISC)$/$(GUI)$/README%.html : $(MISC)$/readme%.html - @+-$(MKDIR) $(@:d) - +$(COPY) $< $@ + @-$(MKDIR) $(@:d) + $(COPY) $< $@ $(MISC)$/$(GUI)$/README% : $(MISC)$/readme%.txt - @+-$(MKDIR) $(@:d) - +$(COPY) $< $@ + @-$(MKDIR) $(@:d) + $(COPY) $< $@ $(MISC)$/$(GUI)$/readme% : $(MISC)$/readme% - @+-$(MKDIR) $(@:d) - +$(COPY) $< $@ + @-$(MKDIR) $(@:d) + $(COPY) $< $@ $(MISC)$/readme%.html : - @+-$(MKDIR) $(@:d) + @-$(MKDIR) $(@:d) .IF "$(XSLTPROC)"=="NO_XSLTPROC" $(JAVAI) $(JAVACPS) $(XT_JAR)$(PATH_SEPERATOR)$(XML_APIS_JAR)$(PATH_SEPERATOR)$(XERCES_JAR) -Dcom.jclark.xsl.sax.parser=org.apache.xerces.parsers.SAXParser com.jclark.xsl.sax.Driver $(subst,_$(@:b:s/_/./:e:s/.//), $(MERGEDXRMDIR)$/$(@:b).xrm) ..$/readme.xsl os1=$(OS) gui1=$(GUI) cp1=$(CPUNAME) com1=$(COM) lang1=$(@:b:s/_/./:e:s/.//) type=html file=$@ .ELSE @@ -95,7 +95,7 @@ $(MISC)$/readme%.html : .ENDIF $(MISC)$/readme%.txt : - @+-$(MKDIR) $(@:d) + @-$(MKDIR) $(@:d) .IF "$(XSLTPROC)"=="NO_XSLTPROC" $(JAVAI) $(JAVACPS) $(XT_JAR)$(PATH_SEPERATOR)$(XML_APIS_JAR)$(PATH_SEPERATOR)$(XERCES_JAR) -Dcom.jclark.xsl.sax.parser=org.apache.xerces.parsers.SAXParser com.jclark.xsl.sax.Driver $(subst,_$(@:b:s/_/./:e:s/.//), $(MERGEDXRMDIR)$/$(@:b).xrm) ..$/readme.xsl os1=$(OS) gui1=$(GUI) cp1=$(CPUNAME) com1=$(COM) lang1=$(@:b:s/_/./:e:s/.//) type=text file=$@ .ELSE |