diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-05-12 06:14:08 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-05-16 08:44:06 -0300 |
commit | 8db0b75f4262edc7bb5d25137c2780d9c3186288 (patch) | |
tree | e5b2431bdba81431ee9dda657f796938ce4e2f1c /Documentation/conf.py | |
parent | 1d8c4e1fded88588a172bec4df5ade953916f574 (diff) | |
download | talos-op-linux-8db0b75f4262edc7bb5d25137c2780d9c3186288.tar.gz talos-op-linux-8db0b75f4262edc7bb5d25137c2780d9c3186288.zip |
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>
Diffstat (limited to 'Documentation/conf.py')
-rw-r--r-- | Documentation/conf.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/conf.py b/Documentation/conf.py index 15f34d6863a7..ce62723491d4 100644 --- a/Documentation/conf.py +++ b/Documentation/conf.py @@ -351,6 +351,8 @@ latex_documents = [ 'The kernel development community', 'manual'), ('core-api/index', 'core-api.tex', 'The kernel core API 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', 'The kernel development community', 'manual'), ('driver-api/index', 'driver-api.tex', 'The kernel driver API manual', |