aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2017-12-10 05:08:19 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2017-12-10 05:08:47 +0100
commit3b67302601e7568034d09b1ab7ab7399cbd87162 (patch)
tree070f73655b614b34b9d3a8901ede3840ba520bd0
parentb2b5f83d519457aee844c17a5600505f587d962d (diff)
downloadODR-PadEnc-3b67302601e7568034d09b1ab7ab7399cbd87162.tar.gz
ODR-PadEnc-3b67302601e7568034d09b1ab7ab7399cbd87162.tar.bz2
ODR-PadEnc-3b67302601e7568034d09b1ab7ab7399cbd87162.zip
Add ChangeLog and licence files to EXTRA_DIST
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index e51392f..25dbd49 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -29,9 +29,12 @@ bin_PROGRAMS = odr-padenc$(EXEEXT)
EXTRA_DIST = \
+ $(top_srcdir)/ChangeLog \
$(top_srcdir)/bootstrap \
$(top_srcdir)/README.md \
- $(top_srcdir)/Doxyfile
+ $(top_srcdir)/Doxyfile \
+ $(top_srcdir)/COPYING \
+ $(top_srcdir)/LICENCE
doc: export PROJECT_NUMBER:=$(shell git describe --dirty)