]> git.baikalelectronics.ru Git - kernel.git/commit
Documentation: switch to pdflatex for pdf generation
authorJani Nikula <jani.nikula@intel.com>
Wed, 10 Aug 2016 15:54:08 +0000 (18:54 +0300)
committerJonathan Corbet <corbet@lwn.net>
Fri, 12 Aug 2016 21:25:19 +0000 (15:25 -0600)
commit64291423b58abca6818d74bd0122a6ac7110f031
treee40084357387eac1121274edba06c8e5bd7780b1
parentc8fb50cdcf1377fa515cece5619f56f3a6a45c58
Documentation: switch to pdflatex for pdf generation

Looks like rst2pdf is not robust enough, especially for large documents.

Use recursive make on the Sphinx generated makefile to convert latex to
pdf. The ugly detail is that pdf is generated into
Documentation/output/latex.

Unfortunately, the pdflatex build generates huge amounts of build log
noise, and also fails in the end. We'll fix that next.

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Acked-by: Markus Heiser <markus.heiser@darmarit.de>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/Makefile.sphinx