diff options
author | Jonathan Corbet <corbet@lwn.net> | 2016-11-19 10:28:58 -0700 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-11-19 10:28:58 -0700 |
commit | ca9667fcc855676aa5c35978f201034d38790829 (patch) | |
tree | f52523e399b6938fd79b0b0c25b3c55e27600e55 /Documentation/conf.py | |
parent | 38f985e3c9bb33d5422103807eb0a54f4ad39a0d (diff) | |
parent | 2dde123b23ceba4b6d0d780b4e9fdcfb94621747 (diff) |
Merge branch 'mauro-doc' into docs-next
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 ba38bcf485a9..1ac958c0333d 100644 --- a/Documentation/conf.py +++ b/Documentation/conf.py @@ -340,6 +340,8 @@ if major == 1 and minor > 3: # (source start file, target name, title, # author, documentclass [howto, manual, or own class]). latex_documents = [ + ('doc-guide/index', 'kernel-doc-guide.tex', 'Linux Kernel Documentation Guide', + 'The kernel development community', 'manual'), ('admin-guide/index', 'linux-user.tex', 'Linux Kernel User Documentation', 'The kernel development community', 'manual'), ('core-api/index', 'core-api.tex', 'The kernel core API manual', |