docs: don't suggest to use recursive makefile setup
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 21 Aug 2012 13:03:05 +0000 (15:03 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 21 Aug 2012 13:03:05 +0000 (15:03 +0200)
* 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 <stefano.lattarini@gmail.com>
doc/automake.texi

index ac2c0a5..416fa6d 100644 (file)
@@ -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