summaryrefslogtreecommitdiffstats
path: root/Documentation/crypto
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2017-05-12 06:14:08 -0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-05-16 08:44:06 -0300
commit8db0b75f4262edc7bb5d25137c2780d9c3186288 (patch)
treee5b2431bdba81431ee9dda657f796938ce4e2f1c /Documentation/crypto
parent1d8c4e1fded88588a172bec4df5ade953916f574 (diff)
downloadop-kernel-dev-8db0b75f4262edc7bb5d25137c2780d9c3186288.zip
op-kernel-dev-8db0b75f4262edc7bb5d25137c2780d9c3186288.tar.gz
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/crypto')
-rw-r--r--Documentation/crypto/conf.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/crypto/conf.py b/Documentation/crypto/conf.py
new file mode 100644
index 0000000..4335d25
--- /dev/null
+++ b/Documentation/crypto/conf.py
@@ -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'),
+]
OpenPOWER on IntegriCloud