diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-08-18 17:53:39 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-08-23 00:26:17 +0300 |
commit | d565127d120e9b95ba98549c31eab9cec1cbbbc7 (patch) | |
tree | 679c0a498c3bbf46d6932748c539b88e021b1fa2 /Documentation/DocBook | |
parent | 9cd3476c91708b4b814f17671597a2708ec195ed (diff) | |
download | linux-d565127d120e9b95ba98549c31eab9cec1cbbbc7.tar.xz |
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 'Documentation/DocBook')
-rw-r--r-- | Documentation/DocBook/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/DocBook/Makefile b/Documentation/DocBook/Makefile index a91c96522379..a558dfcc9e2d 100644 --- a/Documentation/DocBook/Makefile +++ b/Documentation/DocBook/Makefile @@ -72,6 +72,7 @@ installmandocs: mandocs # no-op for the DocBook toolchain epubdocs: +latexdocs: ### #External programs used |