summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2008-12-16 22:44:22 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2008-12-16 22:44:22 +0000
commit1244ab632c1739ca2cd59d52e390e3115bb149bf (patch)
tree6671af168f3c6d7fffbb4eb4fe7b92252f9eb3e7
parent9f74c15bee6e0499381770577fcbdf7752cc5ef5 (diff)
downloadrockbox-1244ab632c1739ca2cd59d52e390e3115bb149bf.tar.gz
rockbox-1244ab632c1739ca2cd59d52e390e3115bb149bf.zip
Three time's the charm: make HTML manual not use ligatures by using a configuration more tailored for browsers. Fixes FS#9651.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19462 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/Makefile.pdflatex2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/Makefile.pdflatex b/manual/Makefile.pdflatex
index a862e7d618..ee6c8bf8dc 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 -cunihtf" 7HTOPTS2 := " -utf8 -cmozhtf"
8HTOPTS3 := "-dhtml/ -cvalidate" 8HTOPTS3 := "-dhtml/ -cvalidate"
9 9
10.PHONY: all cleaner buildmanual output 10.PHONY: all cleaner buildmanual output