summaryrefslogtreecommitdiff
path: root/manual/LaTeX.Rules (follow)
Commit message (Collapse)AuthorAge
* Set latex input to /dev/null to avoid blocking on errorsFrank Gevaerts2015-01-12
| | | | Change-Id: If8878efb5d4244f5d25b9bfd4751a262080af53f
* Filter LaTeX output for errors.Dominik Riebeling2012-06-19
| | | | | | | | | | | | | | | Pipe the output of LaTeX through a Perl script and filter out information that is irrelevant in deciding if building the manual actually worked. Format errors in a similar way to gcc output to allow existing scripts catching it. Enabling verbose output during the make run will not remove parts of the output but only do some reflowing. The full log is always available in the manual subfolder. Change-Id: I15d35b4d3c73fafe2a4357168ca8ada51355f221 Reviewed-on: http://gerrit.rockbox.org/247 Reviewed-by: Dominik Riebeling <Dominik.Riebeling@gmail.com> Tested-by: Dominik Riebeling <Dominik.Riebeling@gmail.com>
* Apply LATEXOPTS to all LaTeX runs.Dominik Riebeling2010-06-20
| | | | | | | | | If the build folder does not have the .aux file created yet a different build rule triggers that was lacking the LATEXOPTS variable, thus not running in nonstopmode. This results in the builds hanging in interactive mode if the sources contain an error. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26986 a1c6a512-1295-4272-9138-f99709370657
* Fix the (hopefully) last dash issue when building the manual.Dominik Riebeling2007-06-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13686 a1c6a512-1295-4272-9138-f99709370657
* add the correct input file to makeindex callDominik Riebeling2006-10-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11313 a1c6a512-1295-4272-9138-f99709370657
* Rockbox manual in LaTeX initial commit. New option 'manual' added to ↵Christi Scarborough2006-02-06
configure. Some platforms (eg recorderv2, fmrecorder) produce the same manual target, so either can be selected from the configure script. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8596 a1c6a512-1295-4272-9138-f99709370657