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)
commitf907ba930780d73e87791c73a4fdc1998e59db75
treee40084357387eac1121274edba06c8e5bd7780b1
parent609afe6b49ef3b4b58886f7b82013a2f35f59a57
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