diff options
author | James Booth <boothj5@gmail.com> | 2017-02-07 23:39:25 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2017-02-07 23:39:42 +0000 |
commit | 1242fb7f71e32426e09e9c1dcb61aa398fc41209 (patch) | |
tree | 4cb6c1b6127ca0658d58139d1b5896fa9307e000 | |
parent | 5f1ba08f5500646fb92df8d4b9920eac987bc11a (diff) | |
download | profani-tty-1242fb7f71e32426e09e9c1dcb61aa398fc41209.tar.gz |
Include CHANGELOG and README.md in package
fixes #904
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |