manual: Force latex to NOT wrap output lines.
Should finally fix the @$%@#$ problem where the buildmaster fails on a wrapped line Change-Id: Ie7414a0cd6e775836b9e07405ec64a4cc9ad0ff1
This commit is contained in:
parent
683abd77d2
commit
d0787ca030
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ DOCUMENT := rockbox-build
|
|||
LATEX := pdflatex
|
||||
include LaTeX.Rules
|
||||
GRAPHIC_FILES:=`find . -name \*.jpg \*.jpeg`
|
||||
HTLATEX := htlatex
|
||||
HTLATEX := max_print_line=10000 htlatex
|
||||
HTOPTS1 := rockbox-html,charset=utf-8,early_
|
||||
HTOPTS2 := " -utf8 -cmozhtf"
|
||||
HTOPTS3 := "-dhtml/ -cvalidate"
|
||||
|
|
Loading…
Reference in a new issue