From: Jim Meyering Date: Tue, 15 Sep 2009 13:01:26 +0000 (+0200) Subject: doc: don't emit trailing blanks into generated and VC'd NEWS file X-Git-Tag: v0.7.2~202 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8110d304f49a217021371321ade0026ccd2627e1;p=thirdparty%2Flibvirt.git doc: don't emit trailing blanks into generated and VC'd NEWS file * docs/Makefile.am ($(top_builddir)/NEWS): Filter out trailing white space. --- diff --git a/docs/Makefile.am b/docs/Makefile.am index 9ac2f6db07..11259311d4 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -131,6 +131,7 @@ $(top_builddir)/NEWS: $(top_srcdir)/docs/news.xsl $(top_srcdir)/docs/news.html.i $(XSLTPROC) --nonet $(top_srcdir)/docs/news.xsl \ $(top_srcdir)/docs/news.html.in \ | perl -0777 -pe 's/\n\n+$$/\n/' \ + | perl -pe 's/[ \t]+$//' \ > $@-t && mv $@-t $@ ; fi ); clean-local: