+2004-09-25 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * doc/automake.texi: Typos.
+
2004-09-21 Alexandre Duret-Lutz <adl@gnu.org>
* doc/automake.texi (Timeline): Typos and other English mistakes
will cause @file{lib/} to be built before @file{src/}, then the
current directory will be built, finally the @file{test/} directory
will be built. It is customary to arrange test directories to be
-built after everything else since they are meant to test what have
+built after everything else since they are meant to test what has
been constructed.
All @samp{clean} rules are run in reverse order of build rules.
require Automake, only Autoconf is needed (@pxref{Build Directories, ,
Build Directories, autoconf, The Autoconf Manual}). The necessary
substitutions: @code{@@scrdir@@}, @code{@@top_srcdir@@}, and
-@code{@@top_buildir@@} are defined by @file{configure} when it
+@code{@@top_builddir@@} are defined by @file{configure} when it
processes a @file{Makefile} (@pxref{Preset Output Variables, , Preset
Output Variables, autoconf, The Autoconf Manual}), they are not
computed by the Makefile like the aforementioned @code{$(distdir)} and