]> 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)
commit965594ebe88c80b1a045fccfae1c135bc1c6e001
treef7a219e44ffa59d3f33d6d775f8ef4ed608715b6
parent04cb3ba461dd5da1f9641c9fc9b7f0f78d0d51fb
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