summaryrefslogtreecommitdiffstats
path: root/Documentation/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/conf.py')
-rw-r--r--Documentation/conf.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/conf.py b/Documentation/conf.py
index 96b7aa66c89c..827dafc515b1 100644
--- a/Documentation/conf.py
+++ b/Documentation/conf.py
@@ -268,7 +268,9 @@ latex_elements = {
268# (source start file, target name, title, 268# (source start file, target name, title,
269# author, documentclass [howto, manual, or own class]). 269# author, documentclass [howto, manual, or own class]).
270latex_documents = [ 270latex_documents = [
271 (master_doc, 'TheLinuxKernel.tex', 'The Linux Kernel Documentation', 271 ('kernel-documentation', 'kernel-documentation.tex', 'The Linux Kernel Documentation',
272 'The kernel development community', 'manual'),
273 ('gpu/index', 'gpu.tex', 'Linux GPU Driver Developer\'s Guide',
272 'The kernel development community', 'manual'), 274 'The kernel development community', 'manual'),
273] 275]
274 276