diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-03-09 07:51:51 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-03-09 07:51:51 +0000 |
commit | 22a401c9ba9a7bc86bb1587c5d01abbc7ba16529 (patch) | |
tree | 5c052b5af74d3c62d3055fd013ff592ce440dcbe /readlicense_oo | |
parent | 37e004c195ce82aed2bac838a8e0d5036d3400a3 (diff) |
INTEGRATION: CWS ause076 (1.16.2); FILE MERGED
2007/02/28 16:42:14 hjs 1.16.2.2: #i74984# less forced shell calls
2007/02/15 19:01:16 hjs 1.16.2.1: #i74583# remove process number limitation
Diffstat (limited to 'readlicense_oo')
-rwxr-xr-x | readlicense_oo/util/makefile.pmk | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/readlicense_oo/util/makefile.pmk b/readlicense_oo/util/makefile.pmk index 98b80611749d..82ac9e87f36e 100755 --- a/readlicense_oo/util/makefile.pmk +++ b/readlicense_oo/util/makefile.pmk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.pmk,v $ # -# $Revision: 1.16 $ +# $Revision: 1.17 $ # -# last change: $Author: obo $ $Date: 2007-01-25 12:20:31 $ +# last change: $Author: obo $ $Date: 2007-03-09 08:51:51 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -35,11 +35,6 @@ # --- Targets ------------------------------------------------------ -.IF "$(XSLTPROC)"=="NO_XSLTPROC" -# FIXME: Java-disabled case not parallel-build safe yet -MAXPROCESS=1 -.ENDIF - .IF "$(GUI)"=="UNX" SYSDOCS=$(foreach,j,$(READMEFILES) $(j:d)$(j:b:u)$(j:e:s/.txt//)) .ELSE # "$(GUI)"=="UNX" @@ -64,7 +59,7 @@ ALLTAR : $(ALLSYSDOCS) $(ALLDOCS) : $(MERGEDXRMDIR)$/$(READMEFILES:b:+".xrm") $(PRJ)$/docs/readme.xsl $(COMMONMISC)$/readme.dtd $(COMMONMISC)$/readme.dtd : ..$/readme.dtd - +$(COPY) $< $@ + $(COPY) $< $@ $(MISC)$/$(GUI)$/README%.html : $(MISC)$/readme%.html @-$(MKDIR) $(@:d) |