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)