[Spice-devel] [spice-protocol] build-sys: add README.md and CHANGELOG.md to tarball

Eduardo Lima (Etrunko) etrunko at redhat.com
Fri Apr 12 13:49:09 UTC 2019


On 4/12/19 10:47 AM, Victor Toso wrote:
> 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
> 
Acked-by: Eduardo Lima (Etrunko) <etrunko at redhat.com>

-- 
Eduardo de Barros Lima (Etrunko)
Software Engineer - RedHat
etrunko at redhat.com


More information about the Spice-devel mailing list