From 52bd581c4bda04c267aee504934611b6b4c14089 Mon Sep 17 00:00:00 2001 From: James Booth Date: Tue, 7 Feb 2017 23:41:58 +0000 Subject: [PATCH] Include CHANGELOG and README.md in package --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index d8a7543f..0d0d01e8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -244,7 +244,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