From: Stefano Lattarini Date: Tue, 21 Aug 2012 13:03:05 +0000 (+0200) Subject: docs: don't suggest to use recursive makefile setup X-Git-Tag: v1.12.4~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffa41804f985694d22bad74067a38133b3b71d26;p=thirdparty%2Fautomake.git docs: don't suggest to use recursive makefile setup * doc/automake.texi (Introduction): Here, by erroneously telling that "there should generally be one Makefile.am per directory of a project". For reference, see commit 'v1.12.1-25-g61dfb47' of 2012-06-12, "docs: recursive make considered harmful". Signed-off-by: Stefano Lattarini --- diff --git a/doc/automake.texi b/doc/automake.texi index ac2c0a566..416fa6d5b 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -422,8 +422,7 @@ individual GNU maintainer (and put it on the back of the Automake maintainers). The typical Automake input file is simply a series of variable definitions. -Each such file is processed to create a @file{Makefile.in}. There -should generally be one @file{Makefile.am} per directory of a project. +Each such file is processed to create a @file{Makefile.in}. @cindex Constraints of Automake @cindex Automake constraints