summaryrefslogtreecommitdiff
path: root/readlicense_oo/makefile.mk
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-06-04 18:20:32 +0100
committerMichael Meeks <michael.meeks@suse.com>2012-06-04 18:21:57 +0100
commita88f54f53a370e61bedd868c65233723f816775a (patch)
tree32b47695bfddfa5a4bc122d7dd476b90ecb3be42 /readlicense_oo/makefile.mk
parente581bef6dfc03d0bab9de1485c6f6cdcd034d581 (diff)
ALv2 licensing compliance, and first test / re-based module pair.
Change-Id: If75d2daaac2c629028a76f55941345c1c565a69a
Diffstat (limited to 'readlicense_oo/makefile.mk')
-rw-r--r--readlicense_oo/makefile.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/readlicense_oo/makefile.mk b/readlicense_oo/makefile.mk
index ee1facd61df4..9d8000fed81d 100644
--- a/readlicense_oo/makefile.mk
+++ b/readlicense_oo/makefile.mk
@@ -11,6 +11,7 @@ TARGET=source
# ------------------------------------------------------------------
ALLTAR: $(MISC)/$/license.txt $(MISC)/$/LICENSE \
+ $(MISC)/$/NOTICE \
$(MISC)$/LICENSE.odt $(MISC)$/CREDITS.odt \
$(MISC)$/THIRDPARTYLICENSEREADME.html
@@ -40,3 +41,5 @@ $(MISC)$/CREDITS.odt: odt/CREDITS.odt
$(COPY) odt/CREDITS.odt $@
$(MISC)$/THIRDPARTYLICENSEREADME.html: html/THIRDPARTYLICENSEREADME.html
$(COPY) html/THIRDPARTYLICENSEREADME.html $@
+$(MISC)$/NOTICE: txt/NOTICE
+ $(COPY) txt/NOTICE $@