bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Not distributing README-release automatically.


From: Bruno Haible
Subject: Re: Not distributing README-release automatically.
Date: Tue, 14 Mar 2017 18:34:14 +0100
User-agent: KMail/5.1.3 (Linux/4.4.0-66-generic; KDE/5.18.0; x86_64; ; )

Mathieu Lirzin wrote:
> Here is the patch:

Given the code from gnulib-tool that you are removing, I think:

> +EXTRA_DIST += top/GNUmakefile

This should read

   EXTRA_DIST += $(top_srcdir)/GNUmakefile

> +EXTRA_DIST += top/maint.mk

This should read

   EXTRA_DIST += $(top_srcdir)/maint.mk

otherwise gnulib-tool's --create-testdir with the named modules will break.

Can you please revisit this (i.e. test --create-testdir once without and once
with my proposed correction)?

Bruno




reply via email to

[Prev in Thread] Current Thread [Next in Thread]