From: Peter Rosin Date: Mon, 13 Feb 2012 20:13:12 +0000 (+0100) Subject: news: fix grammaros related to Yacc X-Git-Tag: ng-0.5a~9^2~16^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee29b576923c240a951b7f0d93b7cb5d6a33face;p=thirdparty%2Fautomake.git news: fix grammaros related to Yacc * NEWS: Fix some grammaros and typos. --- diff --git a/NEWS b/NEWS index 6a64096d4..86855baf7 100644 --- a/NEWS +++ b/NEWS @@ -101,13 +101,13 @@ New in 1.11a: - C source and header files derived from non-distributed Yacc and/or Lex sources are now removed by a simple "make clean" (while they were - previously removed only "make maintainer-clean"). + previously removed only by "make maintainer-clean"). - Slightly backward-incompatible change, relevant only for use of Yacc with C++: the extensions of the header files produced by the Yacc - rules are now modelled after extension of the sources corresponding + rules are now modelled after the extension of the corresponding sources. For example, yacc files named "foo.y++" and "bar.yy" will - produce header files named respectively "foo.h++" and "bar.hh", where + produce header files named "foo.h++" and "bar.hh" respectively, where they would have previously produced header files named simply "foo.h" and "bar.h". This change offers better compatibility with `bison -o'.