summaryrefslogtreecommitdiff
path: root/manual/Makefile.pdflatex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/Makefile.pdflatex')
-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