+2008-12-21 Zoltan Rado <z.rado@chello.hu> (tiny change)
+
+ * doc/automake.texi (DESTDIR): Fix a couple of typos.
+ * THANKS: Update.
+
2008-12-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Fix nonportable sed script in 'missing'.
Yann Droneaud ydroneaud@meuh.eu.org
Younes Younes younes@cs.tu-berlin.de
Zack Weinberg zack@codesourcery.com
+Zoltan Rado z.rado@chello.hu
;; Local Variables:
;; mode: text
@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.)