summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2008-12-16 22:21:52 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2008-12-16 22:21:52 +0000
commit9f74c15bee6e0499381770577fcbdf7752cc5ef5 (patch)
tree71ed8bc9c2106101c627c8f9fbdd7a0502faa281 /manual
parent2d0a045909ce1351a24366286a3defe43d5440b6 (diff)
downloadrockbox-9f74c15bee6e0499381770577fcbdf7752cc5ef5.tar.gz
rockbox-9f74c15bee6e0499381770577fcbdf7752cc5ef5.zip
Revert the last change to the HTML manual configuration as it turned out to break with non-ASCII characters.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19461 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-rw-r--r--manual/Makefile.pdflatex2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/Makefile.pdflatex b/manual/Makefile.pdflatex
index ebef5755e4..a862e7d618 100644
--- a/manual/Makefile.pdflatex
+++ b/manual/Makefile.pdflatex
@@ -4,7 +4,7 @@ include LaTeX.Rules
4GRAPHIC_FILES:=`find . -name \*.jpg \*.jpeg` 4GRAPHIC_FILES:=`find . -name \*.jpg \*.jpeg`
5HTLATEX := htlatex 5HTLATEX := htlatex
6HTOPTS1 := rockbox-html,charset=utf-8,early_ 6HTOPTS1 := rockbox-html,charset=utf-8,early_
7HTOPTS2 := " -utf8" 7HTOPTS2 := " -utf8 -cunihtf"
8HTOPTS3 := "-dhtml/ -cvalidate" 8HTOPTS3 := "-dhtml/ -cvalidate"
9 9
10.PHONY: all cleaner buildmanual output 10.PHONY: all cleaner buildmanual output