summaryrefslogtreecommitdiff
path: root/doc/automake.texi
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-08-21 15:03:05 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-08-21 15:03:05 +0200
commitffa41804f985694d22bad74067a38133b3b71d26 (patch)
tree2fae7aad1809628fae1863e0a8294cd1476789f8 /doc/automake.texi
parent1be71fc819e07c596e4d570844385fcd01f4cef0 (diff)
downloadautomake-ffa41804f985694d22bad74067a38133b3b71d26.tar.gz
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 <stefano.lattarini@gmail.com>
Diffstat (limited to 'doc/automake.texi')
-rw-r--r--doc/automake.texi3
1 files changed, 1 insertions, 2 deletions
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