]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
For PR automake/526:
authorNightStrike <nightstrike@gmail.com>
Thu, 8 Nov 2007 21:23:34 +0000 (22:23 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 8 Nov 2007 21:23:34 +0000 (22:23 +0100)
* doc/automake.texi (Basic Installation): Fix typo.

ChangeLog
doc/automake.texi

index eb5fdac83b264e9d53a4180d63fc0bf4412eb59f..aeb85054419ea3ad39eb683719575c1cb6a20d77 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-11-08  NightStrike  <nightstrike@gmail.com>  (tiny change)
+
+       For PR automake/526:
+       * doc/automake.texi (Basic Installation): Fix typo.
+
 2007-10-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        Accommodate for new macro AC_AUTOCONF_VERSION.
index c9fd901bf52976b342e97f44a1dc973450230693..c2e496eece1117a083534e7e4f40aaf1e00e382a 100644 (file)
@@ -535,7 +535,7 @@ command should read @code{gunzip -c amhello-1.0.tar.gz | tar xf -}.
 The user then enters the newly created directory to run the
 @file{configure} script.  This script probes the system for various
 features, and finally creates the @file{Makefile}s.  In this toy
-example there are only two @file{Makefile}s, but in real-world project
+example there are only two @file{Makefile}s, but in real-world projects,
 there may be many more, usually one @file{Makefile} per directory.
 
 It is now possible to run @code{make}.  This will construct all the