diff options
author | Jonathan Corbet <corbet@lwn.net> | 2016-11-16 16:07:02 -0700 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-11-16 16:07:02 -0700 |
commit | 22917b992d3713157e759f23a5a090687d004331 (patch) | |
tree | 4a007177dc9cc36d5220f9e9b9e9441224cdf038 /Documentation/conf.py | |
parent | 3ed3e130ea357eb2870d677327ceed4b39edcca1 (diff) | |
download | linux-22917b992d3713157e759f23a5a090687d004331.tar.gz linux-22917b992d3713157e759f23a5a090687d004331.tar.bz2 linux-22917b992d3713157e759f23a5a090687d004331.zip |
docs: Add more manuals to the PDF build
There were a few manuals that weren't being built in PDF format, but
there's no reason not to...
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/conf.py')
-rw-r--r-- | Documentation/conf.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/conf.py b/Documentation/conf.py index db78974aad26..ba38bcf485a9 100644 --- a/Documentation/conf.py +++ b/Documentation/conf.py @@ -342,6 +342,10 @@ if major == 1 and minor > 3: latex_documents = [ ('admin-guide/index', 'linux-user.tex', 'Linux Kernel User Documentation', 'The kernel development community', 'manual'), + ('core-api/index', 'core-api.tex', 'The kernel core API manual', + 'The kernel development community', 'manual'), + ('driver-api/index', 'driver-api.tex', 'The kernel driver API manual', + 'The kernel development community', 'manual'), ('kernel-documentation', 'kernel-documentation.tex', 'The Linux Kernel Documentation', 'The kernel development community', 'manual'), ('process/index', 'development-process.tex', 'Linux Kernel Development Documentation', @@ -350,6 +354,8 @@ latex_documents = [ 'The kernel development community', 'manual'), ('media/index', 'media.tex', 'Linux Media Subsystem Documentation', 'The kernel development community', 'manual'), + ('security/index', 'security.tex', 'The kernel security subsystem manual', + 'The kernel development community', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of |