diff options
-rw-r--r-- | Makefile.am | 5 |
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) |