From: NightStrike Date: Thu, 8 Nov 2007 21:23:34 +0000 (+0100) Subject: For PR automake/526: X-Git-Tag: v1.10b~226 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c315dae5216e0e883ab4c002403a8a105f8d14b;p=thirdparty%2Fautomake.git For PR automake/526: * doc/automake.texi (Basic Installation): Fix typo. --- diff --git a/ChangeLog b/ChangeLog index eb5fdac83..aeb850544 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-11-08 NightStrike (tiny change) + + For PR automake/526: + * doc/automake.texi (Basic Installation): Fix typo. + 2007-10-29 Ralf Wildenhues Accommodate for new macro AC_AUTOCONF_VERSION. diff --git a/doc/automake.texi b/doc/automake.texi index c9fd901bf..c2e496eec 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -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