]> git.baikalelectronics.ru Git - kernel.git/commit
Documentation/sphinx: make it possible to build latexdocs without pdflatex
authorJani Nikula <jani.nikula@intel.com>
Wed, 2 Nov 2016 09:13:19 +0000 (11:13 +0200)
committerJani Nikula <jani.nikula@intel.com>
Thu, 3 Nov 2016 10:35:29 +0000 (12:35 +0200)
commitf6f13820f3ae410be4c05c59eb58d7be350a5de9
treef7a219e44ffa59d3f33d6d775f8ef4ed608715b6
parentea83c5d8b284fa4236b925aae687d27b250a4030
Documentation/sphinx: make it possible to build latexdocs without pdflatex

Building latexdocs doesn't actually require $(PDFLATEX). Move the checks
for it to the pdfdocs target which does require it, and specifically
outside of the target in order to not depend on latexdocs when we can't
build pdfdocs anyway.

Reviewed-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Tested-by: Markus Heiser <markus.heiser@darmarIT.de>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Documentation/Makefile.sphinx