diff options
author | Jani Nikula <jani.nikula@intel.com> | 2016-11-02 07:05:59 -0400 |
---|---|---|
committer | Jani Nikula <jani.nikula@intel.com> | 2016-11-03 06:38:25 -0400 |
commit | 8d26d90ba3e1cfb75c4af2882045ca2c8120fbab (patch) | |
tree | 7517d80d662746c38aed2883bf0964dd0244fb8b /Documentation/conf.py | |
parent | 0af205ea6c35ad540d638351ce37457e3ee2bac8 (diff) |
Documentation/sphinx: include admin-guide in the latex/pdf build
Fix the warning:
WARNING: "latex_documents" config value references unknown document
user/index
Reviewed-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Diffstat (limited to 'Documentation/conf.py')
-rw-r--r-- | Documentation/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/conf.py b/Documentation/conf.py index d9bad21dd427..7830051b6837 100644 --- a/Documentation/conf.py +++ b/Documentation/conf.py | |||
@@ -336,7 +336,7 @@ latex_elements = { | |||
336 | # (source start file, target name, title, | 336 | # (source start file, target name, title, |
337 | # author, documentclass [howto, manual, or own class]). | 337 | # author, documentclass [howto, manual, or own class]). |
338 | latex_documents = [ | 338 | latex_documents = [ |
339 | ('user/index', 'linux-user.tex', 'Linux Kernel User Documentation', | 339 | ('admin-guide/index', 'linux-user.tex', 'Linux Kernel User Documentation', |
340 | 'The kernel development community', 'manual'), | 340 | 'The kernel development community', 'manual'), |
341 | ('kernel-documentation', 'kernel-documentation.tex', 'The Linux Kernel Documentation', | 341 | ('kernel-documentation', 'kernel-documentation.tex', 'The Linux Kernel Documentation', |
342 | 'The kernel development community', 'manual'), | 342 | 'The kernel development community', 'manual'), |