From 9c315dae5216e0e883ab4c002403a8a105f8d14b Mon Sep 17 00:00:00 2001 From: NightStrike Date: Thu, 8 Nov 2007 22:23:34 +0100 Subject: [PATCH] For PR automake/526: * doc/automake.texi (Basic Installation): Fix typo. --- ChangeLog | 5 +++++ doc/automake.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.47.2