From 1242fb7f71e32426e09e9c1dcb61aa398fc41209 Mon Sep 17 00:00:00 2001 From: James Booth Date: Tue, 7 Feb 2017 23:39:25 +0000 Subject: [PATCH] Include CHANGELOG and README.md in package fixes #904 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index b8424856..e3b72b86 100644 --- a/Makefile.am +++ b/Makefile.am @@ -245,7 +245,7 @@ endif man_MANS = $(man_sources) -EXTRA_DIST = $(man_sources) $(icons_sources) $(themes_sources) $(script_sources) profrc.example LICENSE.txt +EXTRA_DIST = $(man_sources) $(icons_sources) $(themes_sources) $(script_sources) profrc.example LICENSE.txt README.md CHANGELOG if INCLUDE_GIT_VERSION EXTRA_DIST += .git/HEAD .git/index