Tag: cws_oog680_rpt23fix05 User: oj Date: 2007-08-27 05:38:54+0000 Modified: dba/reportdesign/util/makefile.mk
Log: #79598# missing copy command File Changes: Directory: /dba/reportdesign/util/ ================================== File [changed]: makefile.mk Url: http://dba.openoffice.org/source/browse/dba/reportdesign/util/makefile.mk?r1=1.3.4.1.4.1&r2=1.3.4.1.4.2 Delta lines: +6 -4 ------------------- --- makefile.mk 2007-08-27 05:33:34+0000 1.3.4.1.4.1 +++ makefile.mk 2007-08-27 05:38:52+0000 1.3.4.1.4.2 @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3.4.1.4.1 $ +# $Revision: 1.3.4.1.4.2 $ # -# last change: $Author: oj $ $Date: 2007/08/27 05:33:34 $ +# last change: $Author: oj $ $Date: 2007/08/27 05:38:52 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -255,9 +255,11 @@ $(ZIP1DIR)$/registration$/license_%.txt : $(SOLARBINDIR)$/osl$/license_%.txt @@-$(MKDIRHIER) $(@:d) + $(COPY) $< $@ $(ZIP1DIR)$/registration$/LICENSE_% : $(SOLARBINDIR)$/osl$/LICENSE_% @@-$(MKDIRHIER) $(@:d) + $(COPY) $< $@ $(ZIP1DIR)$/%.xml : %.xml @@-$(MKDIRHIER) $(@:d) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
