summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2006-06-05 10:08:54 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2006-06-05 10:08:54 +0000
commitb074b221ecffb0e45f3670b156bc717fcdd58642 (patch)
tree13cd62a6eb0900d3f82067a8973833b539cfa775 /manual
parent1e289413eebc4b285a87a25ae40ff5d3e55d51d6 (diff)
downloadrockbox-b074b221ecffb0e45f3670b156bc717fcdd58642.tar.gz
rockbox-b074b221ecffb0e45f3670b156bc717fcdd58642.zip
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
Diffstat (limited to 'manual')
-rw-r--r--manual/Makefile1
-rw-r--r--manual/appendix/appendix.tex19
-rw-r--r--manual/credits.pl14
-rw-r--r--manual/preamble.tex2
4 files changed, 26 insertions, 10 deletions
diff --git a/manual/Makefile b/manual/Makefile
index cc30a744b3..95dfbb6c5b 100644
--- a/manual/Makefile
+++ b/manual/Makefile
@@ -6,6 +6,7 @@ rockbox-build.tex: rockbox.tex
6 @if [ "$(OBJDIR)" = "" ]; then echo Run make in you build diriectory!; false; fi 6 @if [ "$(OBJDIR)" = "" ]; then echo Run make in you build diriectory!; false; fi
7 @mkdir -p $(OBJDIR) 7 @mkdir -p $(OBJDIR)
8 @cp -R * $(OBJDIR) 8 @cp -R * $(OBJDIR)
9 @perl credits.pl < ../docs/CREDITS | iconv -f utf-8 -t iso-8859-1 > $(OBJDIR)/CREDITS.tex
9 @echo "\newcommand{\platform}{${ARCHOS}}" > $(OBJDIR)/rockbox-build.tex 10 @echo "\newcommand{\platform}{${ARCHOS}}" > $(OBJDIR)/rockbox-build.tex
10 @echo "\newcommand{\buildversion}{$(VERSION)}" >> $(OBJDIR)/rockbox-build.tex 11 @echo "\newcommand{\buildversion}{$(VERSION)}" >> $(OBJDIR)/rockbox-build.tex
11 @echo "\input{rockbox.tex}" >> $(OBJDIR)/rockbox-build.tex 12 @echo "\input{rockbox.tex}" >> $(OBJDIR)/rockbox-build.tex
diff --git a/manual/appendix/appendix.tex b/manual/appendix/appendix.tex
index 349ba36671..dff43e200c 100644
--- a/manual/appendix/appendix.tex
+++ b/manual/appendix/appendix.tex
@@ -47,17 +47,17 @@
47\begin{center} 47\begin{center}
48 \begin{tabularx}{.8\textwidth}{lXX}\toprule 48 \begin{tabularx}{.8\textwidth}{lXX}\toprule
49 \textbf{Player} & \textbf{Main LCD Size} & \textbf{Remote LCD Size}\\\midrule 49 \textbf{Player} & \textbf{Main LCD Size} & \textbf{Remote LCD Size}\\\midrule
50 Iriver H1x0 & 160x128 & 128x64\\
51 Iriver H3x0 & 220x176 & 128x64\\
52 Archos Players & 11x2 characters & (none)\\ 50 Archos Players & 11x2 characters & (none)\\
53 Archos Recorders & 112x64 & (none)\\ 51 Archos Recorders & 112x64 & (none)\\
54 Archos Ondio & 112x64 & (none)\\ 52 Archos Ondio & 112x64 & (none)\\
55 Ipod Nano & 176x132 & (none)\\ 53 Iaudio X5 & 160x128 & 128x96\\
56 Ipod 4G Gray & 160x128 & (none)\\ 54 Ipod 4G Gray & 160x128 & (none)\\
57 Ipod 4G Color & 220x176 & (none)\\ 55 Ipod 4G Color & 220x176 & (none)\\
58 Ipod 5G Video & 320x240 & (none)\\ 56 Ipod 5G Video & 320x240 & (none)\\
59 Iaudio X5 & 160x128 & 128x96\\ 57 Ipod Mini &138x110 & (none) \\
60 Ipod Mini &138x110 & (none) \\\bottomrule 58 Ipod Nano & 176x132 & (none)\\
59 Iriver H1x0 & 160x128 & 128x64\\
60 Iriver H3x0 & 220x176 & 128x64\\\bottomrule
61 \end{tabularx} 61 \end{tabularx}
62\end{center} 62\end{center}
63 63
@@ -170,10 +170,11 @@ The recording hardware (the MAS) does not allow us to do this
170Changes in version 2.5 170Changes in version 2.5
171 171
172\chapter{Credits} 172\chapter{Credits}
173People that have contributed to the project, one way or another.Friends! 173People that have contributed to the project, one way or another. Friends!
174\begin{verbatim} 174%
175/* Include the CREDITS file */ 175\begin{multicols}{2}
176\end{verbatim} 176\noindent\textsc{\small{\input{CREDITS.tex}}}
177\end{multicols}
177 178
178\chapter{GNU Free Documentation Licence} 179\chapter{GNU Free Documentation Licence}
179\input{appendix/fdl.tex} 180\input{appendix/fdl.tex}
diff --git a/manual/credits.pl b/manual/credits.pl
new file mode 100644
index 0000000000..46035f50f6
--- /dev/null
+++ b/manual/credits.pl
@@ -0,0 +1,14 @@
1# __________ __ ___.
2# Open \______ \ ____ ____ | | _\_ |__ _______ ___
3# Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6# \/ \/ \/ \/ \/
7# $Id$
8#
9while (<STDIN>) {
10 if(($_ =~ /^([A-Z]+[\S ]+)/) && ($_ !~ /^People/)) {
11 print "\\Forward{} $1\n";
12 }
13}
14
diff --git a/manual/preamble.tex b/manual/preamble.tex
index 100fac1e48..6cf5bef4f7 100644
--- a/manual/preamble.tex
+++ b/manual/preamble.tex
@@ -1,10 +1,10 @@
1\documentclass[a4paper,11pt]{scrreprt} 1\documentclass[a4paper,11pt]{scrreprt}
2\usepackage[latin1]{inputenc} 2\usepackage[latin1]{inputenc}
3\usepackage{palatino} 3\usepackage{palatino}
4%\renewcommand{\familydefault}{\sfdefault}
5 4
6\usepackage{tabularx} 5\usepackage{tabularx}
7\usepackage{multirow} 6\usepackage{multirow}
7\usepackage{multicol}
8 8
9\usepackage{float} 9\usepackage{float}
10\floatstyle{ruled} 10\floatstyle{ruled}