diff options
| -rw-r--r-- | manual/Makefile.pdflatex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/Makefile.pdflatex b/manual/Makefile.pdflatex index a862e7d..ebef575 100644 --- a/manual/Makefile.pdflatex +++ b/manual/Makefile.pdflatex @@ -4,7 +4,7 @@ include LaTeX.Rules GRAPHIC_FILES:=`find . -name \*.jpg \*.jpeg` HTLATEX := htlatex HTOPTS1 := rockbox-html,charset=utf-8,early_ -HTOPTS2 := " -utf8 -cunihtf" +HTOPTS2 := " -utf8" HTOPTS3 := "-dhtml/ -cvalidate" .PHONY: all cleaner buildmanual output |