diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2004-06-26 02:08:13 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2004-06-26 02:08:13 +0000 |
commit | c1f687f1ae835ab75c0e38f733278c186a744d30 (patch) | |
tree | e1cc80abb309a86c27d7b610e4d5c3ad5b3b16da /readlicense_oo/html | |
parent | 6bdafcc33b9f5aeb3462c3ebdb327614afe757c4 (diff) |
INTEGRATION: CWS mergebuild (1.2.8); FILE MERGED
2004/06/07 12:36:50 hjs 1.2.8.1: #i8252# seperate name and isocode
Diffstat (limited to 'readlicense_oo/html')
-rw-r--r-- | readlicense_oo/html/makefile.mk | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/readlicense_oo/html/makefile.mk b/readlicense_oo/html/makefile.mk index 89b19397c9b1..7c276ffb1274 100644 --- a/readlicense_oo/html/makefile.mk +++ b/readlicense_oo/html/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: hr $ $Date: 2003-07-16 18:00:30 $ +# last change: $Author: hjs $ $Date: 2004-06-26 03:08:13 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -64,12 +64,10 @@ PRJ=.. PRJNAME=readlicense_oo TARGET=html -LIBTARGET=NO + # --- Settings ----------------------------------------------------- -.INCLUDE : svpre.mk .INCLUDE : settings.mk -.INCLUDE : sv.mk # --- Files -------------------------------------------------------- @@ -82,5 +80,3 @@ all: $(MISC)$/THIRDPARTYLICENSEREADME.html $(MISC)$/THIRDPARTYLICENSEREADME.html: THIRDPARTYLICENSEREADME.html +-$(COPY) THIRDPARTYLICENSEREADME.html $@ - - |