summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Toso <me@victortoso.com>2019-04-12 13:28:59 +0000
committerVictor Toso <me@victortoso.com>2019-04-12 13:53:14 +0000
commitf72ece993aeaf23f77e2845562b20e5563e52ba0 (patch)
tree1fed394163bb10852ec978562c17092146dbe672
parentf8114fc266469332331dfe5a9d2e4c7b27b7a8da (diff)
build-sys: add README.md and CHANGELOG.md to tarballv0.14.0
Before renaming README to README.md and NEWS to CHANGELOG.md, we were shipping those files in the tarball. I'm fixing this in autotools because it is a 'regression' while meson.build never had those included. Signed-off-by: Victor Toso <victortoso@redhat.com> Acked-by: Eduardo Lima (Etrunko) <etrunko@redhat.com>
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c464fa7..db2d5ba 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,6 +22,9 @@ MAINTAINERCLEANFILES = \
`find "$(srcdir)" -type f -name Makefile.in -print` \
$(NULL)
-EXTRA_DIST = meson.build
+EXTRA_DIST = \
+ README.md \
+ CHANGELOG.md \
+ meson.build
-include $(top_srcdir)/git.mk