mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
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
This commit is contained in:
parent
18787b15df
commit
f15e219e69
1 changed files with 3 additions and 3 deletions
|
@ -3,9 +3,9 @@ LATEX := pdflatex
|
||||||
include LaTeX.Rules
|
include LaTeX.Rules
|
||||||
GRAPHIC_FILES:=`find . -name \*.jpg \*.jpeg`
|
GRAPHIC_FILES:=`find . -name \*.jpg \*.jpeg`
|
||||||
HTLATEX := htlatex
|
HTLATEX := htlatex
|
||||||
HTOPTS1 := rockbox-html,early_
|
HTOPTS1 := rockbox-html,charset=utf-8,early_
|
||||||
HTOPTS2 := ""
|
HTOPTS2 := " -utf8 -cunihtf"
|
||||||
HTOPTS3 := "-dhtml/"
|
HTOPTS3 := "-dhtml/ -cvalidate"
|
||||||
|
|
||||||
.PHONY: all cleaner buildmanual output
|
.PHONY: all cleaner buildmanual output
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue