bug-gnulib
[Top][All Lists]
Advanced

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

check-news target fails if NEWS file starts with a copyright header


From: Peter Simons
Subject: check-news target fails if NEWS file starts with a copyright header
Date: Fri, 04 Jun 2010 14:35:00 +0200

Hi,

the NEWS file of the GNU Autoconf Archive begins with a copyright header. As a
result, the check-news target fails, because the output of "head ./NEWS"
doesn't contain the release line that target is looking for.

I have worked around the problem by patching maint.mk as follows:

  sed -i -e 's,head $(srcdir)/NEWS,head -n 20 $(srcdir)/NEWS,' maint.mk

Maybe it's worthwhile to change that in the distribution, too?

Take care
Peter




reply via email to

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