From: Victor Toso <m...@victortoso.com> 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. Acked-by: Victor Toso <victort...@redhat.com> --- Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.20.1 _______________________________________________ Spice-devel mailing list Spice-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/spice-devel