build-sys: add README.md and CHANGELOG.md to tarball

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>
This commit is contained in:
Victor Toso 2019-04-12 13:28:59 +00:00
parent f8114fc266
commit f72ece993a

View File

@ -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