aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/conf.py
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2017-05-12 06:21:09 -0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-05-16 08:44:06 -0300
commit81e11d490ea470381943ce24c63dec0b6ce31e4e (patch)
treeb6b5329e60d7145577e293e9422e4ac84ac5d70b /Documentation/conf.py
parentdocs-rst: add crypto API book to pdf output (diff)
downloadlinux-dev-81e11d490ea470381943ce24c63dec0b6ce31e4e.tar.xz
linux-dev-81e11d490ea470381943ce24c63dec0b6ce31e4e.zip
docs-rst: add dev-tools book to pdf output
The dev-tools API book was added without the bits required to generate PDF output at the main conf.py. Add them. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/conf.py')
-rw-r--r--Documentation/conf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/conf.py b/Documentation/conf.py
index ce62723491d4..1d461f0c1cd0 100644
--- a/Documentation/conf.py
+++ b/Documentation/conf.py
@@ -353,6 +353,8 @@ latex_documents = [
'The kernel development community', 'manual'),
('crypto/index', 'crypto-api.tex', 'Linux Kernel Crypto API manual',
'The kernel development community', 'manual'),
+ ('dev-tools/index', 'dev-tools.tex', 'Development tools for the Kernel',
+ 'The kernel development community', 'manual'),
('doc-guide/index', 'kernel-doc-guide.tex', 'Linux Kernel Documentation Guide',
'The kernel development community', 'manual'),
('driver-api/index', 'driver-api.tex', 'The kernel driver API manual',