]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* doc/automake.texi: Fix typo.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 19 Dec 2006 23:52:55 +0000 (23:52 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 19 Dec 2006 23:52:55 +0000 (23:52 +0000)
ChangeLog
doc/automake.texi

index a951f87e9d69b93f248ccc41b723ac541f9c3c5e..a4cba6ff2e027cb5fe30001978ef350a4cabc1d2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-12-20  Reuben Thomas  <rrt@sc3d.org>  (tiny change)
+
+       * doc/automake.texi: Fix typo.
+
 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * doc/Makefile.am: Use $(MAKE) $(AM_MAKEFLAGS) for building
index 3ad70860e7c5c97185822c503b19999fc26a2de4..da9871f93b13918ab6db5496cd7832fee7dcb065 100644 (file)
@@ -3987,7 +3987,7 @@ conditionals (@pxref{Conditionals}) or use Autoconf @code{AC_SUBST}
 variables (@pxref{Setting Output Variables, , Setting Output
 Variables, autoconf, The Autoconf Manual}).  Using Automake
 conditionals is the preferred solution.  Before we illustrate these
-two possibility, let's introduce @code{DIST_SUBDIRS}.
+two possibilities, let's introduce @code{DIST_SUBDIRS}.
 
 @subsection @code{SUBDIRS} vs.@: @code{DIST_SUBDIRS}
 @cindex @code{DIST_SUBDIRS}, explained