From b074b221ecffb0e45f3670b156bc717fcdd58642 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Mon, 5 Jun 2006 10:08:54 +0000 Subject: 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 --- manual/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'manual/Makefile') 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 @if [ "$(OBJDIR)" = "" ]; then echo Run make in you build diriectory!; false; fi @mkdir -p $(OBJDIR) @cp -R * $(OBJDIR) + @perl credits.pl < ../docs/CREDITS | iconv -f utf-8 -t iso-8859-1 > $(OBJDIR)/CREDITS.tex @echo "\newcommand{\platform}{${ARCHOS}}" > $(OBJDIR)/rockbox-build.tex @echo "\newcommand{\buildversion}{$(VERSION)}" >> $(OBJDIR)/rockbox-build.tex @echo "\input{rockbox.tex}" >> $(OBJDIR)/rockbox-build.tex -- cgit v1.2.3