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
This commit is contained in:
parent
2d0a045909
commit
9f74c15bee
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ include LaTeX.Rules
|
|||
GRAPHIC_FILES:=`find . -name \*.jpg \*.jpeg`
|
||||
HTLATEX := htlatex
|
||||
HTOPTS1 := rockbox-html,charset=utf-8,early_
|
||||
HTOPTS2 := " -utf8"
|
||||
HTOPTS2 := " -utf8 -cunihtf"
|
||||
HTOPTS3 := "-dhtml/ -cvalidate"
|
||||
|
||||
.PHONY: all cleaner buildmanual output
|
||||
|
|
Loading…
Reference in a new issue