From 06fa56bb9fcfabb0df50eb911f89bb03f4572985 Mon Sep 17 00:00:00 2001 From: nirenjan Date: Fri, 17 Apr 2020 00:00:46 -0700 Subject: [PATCH] Add missing documentation to distribution tarball --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index fb2aaa6..45a7685 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,4 +9,4 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = lib utils tests # Extra files that need to be in the distribution -EXTRA_DIST = README.md LICENSE +EXTRA_DIST = AUTHORS ChangeLog.md README.md LICENSE