From: Stefano Lattarini Date: Thu, 16 Feb 2012 10:09:50 +0000 (+0100) Subject: docs: fix typo in description of AM_YFLAGS X-Git-Tag: v1.11b~143 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=22b28b638a2d7d9d05bf7f2741367fc36f8bb8c0;p=platform%2Fupstream%2Fautomake.git docs: fix typo in description of AM_YFLAGS Report by Akim Demaille. * doc/automake.texi (Program variables): Don't list "-d -t" twice in the examples of valid ways to specify the '-d' flag to Yacc; instead, use "-d -t" and "-t -d". Add missing period. --- diff --git a/doc/automake.texi b/doc/automake.texi index da134ef..8b1a84b 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -6209,7 +6209,7 @@ adjust its rules to update and distribute the header file built by @option{-d} in @code{AM_YFLAGS} only if it is not clustered with other options; for example, it won't be recognized if @code{AM_YFLAGS} is @option{-dt}, but it will be if @code{AM_YFLAGS} is @option{-d -t} or -@option{-d -t}}. +@option{-t -d}.}. What Automake cannot guess, though, is where this header will be used: it is up to you to ensure the header gets built before it is first used. Typically this is necessary in order for