Include the credits file. This adds a build dependency to iconv for now, but we should consider converting the manual to utf8 completely. Also sorted the screen sizes table.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10058 a1c6a512-1295-4272-9138-f99709370657
diff --git a/manual/credits.pl b/manual/credits.pl
new file mode 100644
index 0000000..46035f5
--- /dev/null
+++ b/manual/credits.pl
@@ -0,0 +1,14 @@
+#             __________               __   ___.
+#   Open      \______   \ ____   ____ |  | _\_ |__   _______  ___
+#   Source     |       _//  _ \_/ ___\|  |/ /| __ \ /  _ \  \/  /
+#   Jukebox    |    |   (  <_> )  \___|    < | \_\ (  <_> > <  <
+#   Firmware   |____|_  /\____/ \___  >__|_ \|___  /\____/__/\_ \
+#                     \/            \/     \/    \/            \/
+# $Id$
+#
+while (<STDIN>) {
+    if(($_ =~ /^([A-Z]+[\S ]+)/) && ($_ !~ /^People/)) {
+        print "\\Forward{} $1\n";
+    }
+}
+