summaryrefslogtreecommitdiff
path: root/ure/source
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-01-25 09:55:03 +0000
committerOliver Bolte <obo@openoffice.org>2007-01-25 09:55:03 +0000
commitc3b378235c192e20d8632206b508a655065ed70b (patch)
tree8ff9282f19bd2377e1f5ef5a42b077e07cb380cd /ure/source
parent1e503c10ded3828b84ec600377dfeaae0f528656 (diff)
INTEGRATION: CWS sb65 (1.2.22); FILE MERGED
2007/01/10 12:15:44 sb 1.2.22.1: #i73330# Added THIRDPARTYLICENSEREADME.html.
Diffstat (limited to 'ure/source')
-rw-r--r--ure/source/makefile.mk9
1 files changed, 7 insertions, 2 deletions
diff --git a/ure/source/makefile.mk b/ure/source/makefile.mk
index 6df4b85149c8..133e8c632215 100644
--- a/ure/source/makefile.mk
+++ b/ure/source/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: rt $ $Date: 2005-09-09 10:11:42 $
+# last change: $Author: obo $ $Date: 2007-01-25 10:55:03 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -53,6 +53,7 @@ ZIP1LIST = uretest
ALLTAR: \
$(BIN)$/ure$/README \
+ $(BIN)$/ure$/THIRDPARTYLICENSEREADME.html \
$(BIN)$/ure$/jvmfwk3$(MY_RC) \
$(BIN)$/ure$/uno$(MY_RC)
@@ -60,6 +61,10 @@ $(BIN)$/ure$/README: README
- $(MKDIR) $(@:d)
+ $(COPY) $< $@
+$(BIN)$/ure$/THIRDPARTYLICENSEREADME.html: THIRDPARTYLICENSEREADME.html
+ - $(MKDIR) $(@:d)
+ + $(COPY) $< $@
+
$(BIN)$/ure$/jvmfwk3$(MY_RC): jvmfwk3$(MY_RC)
- $(MKDIR) $(@:d)
+ $(COPY) $< $@