docs-rst: add crypto API book to pdf output
The crypto API book was added without the bits required to generate PDF output. Add them. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
parent
1d8c4e1fde
commit
8db0b75f42
@ -351,6 +351,8 @@ latex_documents = [
|
|||||||
'The kernel development community', 'manual'),
|
'The kernel development community', 'manual'),
|
||||||
('core-api/index', 'core-api.tex', 'The kernel core API manual',
|
('core-api/index', 'core-api.tex', 'The kernel core API manual',
|
||||||
'The kernel development community', 'manual'),
|
'The kernel development community', 'manual'),
|
||||||
|
('crypto/index', 'crypto-api.tex', 'Linux Kernel Crypto API manual',
|
||||||
|
'The kernel development community', 'manual'),
|
||||||
('doc-guide/index', 'kernel-doc-guide.tex', 'Linux Kernel Documentation Guide',
|
('doc-guide/index', 'kernel-doc-guide.tex', 'Linux Kernel Documentation Guide',
|
||||||
'The kernel development community', 'manual'),
|
'The kernel development community', 'manual'),
|
||||||
('driver-api/index', 'driver-api.tex', 'The kernel driver API manual',
|
('driver-api/index', 'driver-api.tex', 'The kernel driver API manual',
|
||||||
|
10
Documentation/crypto/conf.py
Normal file
10
Documentation/crypto/conf.py
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
# -*- coding: utf-8; mode: python -*-
|
||||||
|
|
||||||
|
project = 'Linux Kernel Crypto API'
|
||||||
|
|
||||||
|
tags.add("subproject")
|
||||||
|
|
||||||
|
latex_documents = [
|
||||||
|
('index', 'crypto-api.tex', 'Linux Kernel Crypto API manual',
|
||||||
|
'The kernel development community', 'manual'),
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user