summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2008-12-02 22:33:49 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2008-12-02 22:33:49 +0000
commitf15e219e6927b8f3726a980c1d6ad6bc8f788b43 (patch)
tree3b11729cd3d00c3f361f1f0c99a2811f2c013804 /manual
parent18787b15df34223eddcdccc3a359616dc742ba49 (diff)
downloadrockbox-f15e219e6927b8f3726a980c1d6ad6bc8f788b43.tar.gz
rockbox-f15e219e6927b8f3726a980c1d6ad6bc8f788b43.zip
Let htlatex output pages with utf-8 encoding instead of the default iso-8859-1.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19306 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-rw-r--r--manual/Makefile.pdflatex6
1 files changed, 3 insertions, 3 deletions
diff --git a/manual/Makefile.pdflatex b/manual/Makefile.pdflatex
index c65dd51d56..a862e7d618 100644
--- a/manual/Makefile.pdflatex
+++ b/manual/Makefile.pdflatex
@@ -3,9 +3,9 @@ LATEX := pdflatex
3include LaTeX.Rules 3include LaTeX.Rules
4GRAPHIC_FILES:=`find . -name \*.jpg \*.jpeg` 4GRAPHIC_FILES:=`find . -name \*.jpg \*.jpeg`
5HTLATEX := htlatex 5HTLATEX := htlatex
6HTOPTS1 := rockbox-html,early_ 6HTOPTS1 := rockbox-html,charset=utf-8,early_
7HTOPTS2 := "" 7HTOPTS2 := " -utf8 -cunihtf"
8HTOPTS3 := "-dhtml/" 8HTOPTS3 := "-dhtml/ -cvalidate"
9 9
10.PHONY: all cleaner buildmanual output 10.PHONY: all cleaner buildmanual output
11 11