[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, branch-1-10, updated. v1.10
From: |
Ralf Wildenhues |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, branch-1-10, updated. v1.10.2-14-ge225851 |
Date: |
Sun, 21 Dec 2008 16:17:18 +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=e225851a3a88c2644e849e8958d598bc7d1dc65b
The branch, branch-1-10 has been updated
via e225851a3a88c2644e849e8958d598bc7d1dc65b (commit)
from 319305db77dfdcbba3d5a1703c781750affdb20a (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 e225851a3a88c2644e849e8958d598bc7d1dc65b
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 be5d772..7d35c38 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-21 Ralf Wildenhues <address@hidden>
Testsuite fix for ksh.
diff --git a/THANKS b/THANKS
index b55f518..398ce83 100644
--- a/THANKS
+++ b/THANKS
@@ -323,6 +323,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 940be76..7ee2b70 100644
--- a/doc/automake.texi
+++ b/doc/automake.texi
@@ -1104,13 +1104,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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, branch-1-10, updated. v1.10.2-14-ge225851,
Ralf Wildenhues <=