Hello,
I found a small typo in the automake documentation (Nov 23).
Please find the diff attached for file automake.texi

regards,
Zoltan
--- automake.texi.orig  2008-11-23 09:35:46.000000000 +0100
+++ automake.texi       2008-12-16 00:36:04.000000000 +0100
@@ -1113,7 +1113,7 @@
 @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

Reply via email to