automake-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-


From: Ralf Wildenhues
Subject: [Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-10-244-g243da1e
Date: Sun, 21 Dec 2008 16:17:26 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Automake".

http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=243da1ec4a23bfe8f69d22ffbc037740cbfb683d

The branch, master has been updated
       via  243da1ec4a23bfe8f69d22ffbc037740cbfb683d (commit)
      from  af8a0d797d79fac53e2fe92c4974a9cdce5f4ad8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 243da1ec4a23bfe8f69d22ffbc037740cbfb683d
Author: Zoltan Rado <address@hidden>
Date:   Sun Dec 21 17:13:37 2008 +0100

    Fix a couple of typos in the manual.
    
    * doc/automake.texi (DESTDIR): Fix a couple of typos.
    * THANKS: Update.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog         |    5 +++++
 THANKS            |    1 +
 doc/automake.texi |    4 ++--
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index a2fb490..4b5809b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-12-21  Zoltan Rado  <address@hidden>  (tiny change)
+
+       * doc/automake.texi (DESTDIR): Fix a couple of typos.
+       * THANKS: Update.
+
 2008-12-13  Ralf Wildenhues  <address@hidden>
 
        Fix nonportable sed script in 'missing'.
diff --git a/THANKS b/THANKS
index 1c74354..10d4ddc 100644
--- a/THANKS
+++ b/THANKS
@@ -331,6 +331,7 @@ William S Fulton    address@hidden
 Yann Droneaud          address@hidden
 Younes Younes          address@hidden
 Zack Weinberg          address@hidden
+Zoltan Rado            address@hidden
 
 ;; Local Variables:
 ;; mode: text
diff --git a/doc/automake.texi b/doc/automake.texi
index 56f1aa7..760e1ee 100644
--- a/doc/automake.texi
+++ b/doc/automake.texi
@@ -1114,13 +1114,13 @@ snapshot of all the files to be installed.
 @dots{}
 ~/amhello-1.0 % @kbd{cd ~/inst}
 ~/inst % @kbd{find . -type f -print > ../files.lst}
-~/inst % @kbd{tar zcvf ~/amhello-1.0-i686.tar.gz `cat ../file.lst`}
+~/inst % @kbd{tar zcvf ~/amhello-1.0-i686.tar.gz `cat ../files.lst`}
 ./usr/bin/hello
 ./usr/share/doc/amhello/README
 @end example
 
 After this example, @code{amhello-1.0-i686.tar.gz} is ready to be
-uncompressed in @file{/} on many hosts.  (Using @code{`cat ../file.lst`}
+uncompressed in @file{/} on many hosts.  (Using @code{`cat ../files.lst`}
 instead of @samp{.} as argument for @command{tar} avoids entries for
 each subdirectory in the archive: we would not like @command{tar} to
 restore the modification time of @file{/}, @file{/usr/}, etc.)


hooks/post-receive
--
GNU Automake




reply via email to

[Prev in Thread] Current Thread [Next in Thread]