
16 Jul
2009
16 Jul
'09
5:21 p.m.
Cole Robinson wrote:
Jim Meyering wrote:
Cole Robinson noticed that the generated NEWS file would fail the "make syntax-check" tests. This adjusts the rule that generates it not to emit any of the offending trailing blank lines.
At the same time, it regenerates NEWS.
From 53af8d848d78bcc5144b2c06b2109bbdc65803cf Mon Sep 17 00:00:00 2001 From: Jim Meyering <meyering@redhat.com> Date: Thu, 16 Jul 2009 22:46:43 +0200 Subject: [PATCH] build: do not emit a trailing blank line into VC'd file, NEWS
* docs/Makefile.am ($(top_builddir)/NEWS): Adjust rule to filter out any trailing blank lines when generating this file. * NEWS: Regenerate. ... Fixes things here. ACK
Thanks for the quick review. Pushed.