[Spice-devel] [spice-protocol] build-sys: add README.md and CHANGELOG.md to tarball
Victor Toso
victortoso at redhat.com
Fri Apr 12 13:47:51 UTC 2019
From: Victor Toso <me at 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 <victortoso at 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
More information about the Spice-devel
mailing list