summaryrefslogtreecommitdiff
path: root/readlicense_oo/makefile.mk
diff options
context:
space:
mode:
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 $@