diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-08-18 11:53:39 -0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-08-22 15:26:17 -0600 |
commit | d565127d120e9b95ba98549c31eab9cec1cbbbc7 (patch) | |
tree | 679c0a498c3bbf46d6932748c539b88e021b1fa2 /Makefile | |
parent | 9cd3476c91708b4b814f17671597a2708ec195ed (diff) |
docs-rst: add support for LaTeX output
Sphinx supports LaTeX output. Sometimes, it is interesting to
call it directly, instead of also generating a PDF. As it comes
for free, add a target for it.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1432,7 +1432,7 @@ $(help-board-dirs): help-%: # Documentation targets # --------------------------------------------------------------------------- -DOC_TARGETS := xmldocs sgmldocs psdocs pdfdocs htmldocs mandocs installmandocs epubdocs cleandocs +DOC_TARGETS := xmldocs sgmldocs psdocs latexdocs pdfdocs htmldocs mandocs installmandocs epubdocs cleandocs PHONY += $(DOC_TARGETS) $(DOC_TARGETS): scripts_basic FORCE $(Q)$(MAKE) $(build)=scripts build_docproc build_check-lc_ctype |