summaryrefslogtreecommitdiff
path: root/manual/Makefile
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/Makefile
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/Makefile')
-rw-r--r--manual/Makefile1
1 files changed, 1 insertions, 0 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