mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2025-12-26 14:18:31 +00:00
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:
parent
f8114fc266
commit
f72ece993a
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user