projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0af205e
)
Documentation/sphinx: include admin-guide in the latex/pdf build
author
Jani Nikula
<jani.nikula@intel.com>
Wed, 2 Nov 2016 11:05:59 +0000
(13:05 +0200)
committer
Jani Nikula
<jani.nikula@intel.com>
Thu, 3 Nov 2016 10:38:25 +0000
(12:38 +0200)
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>
Documentation/conf.py
patch
|
blob
|
blame
|
history
diff --git
a/Documentation/conf.py
b/Documentation/conf.py
index d9bad21dd427394e3c23ea435ef8d95a9623760c..7830051b6837a189c23b8714aab40cbe79dfbbdc 100644
(file)
--- a/
Documentation/conf.py
+++ b/
Documentation/conf.py
@@
-336,7
+336,7
@@
latex_elements = {
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
- ('
user
/index', 'linux-user.tex', 'Linux Kernel User Documentation',
+ ('
admin-guide
/index', 'linux-user.tex', 'Linux Kernel User Documentation',
'The kernel development community', 'manual'),
('kernel-documentation', 'kernel-documentation.tex', 'The Linux Kernel Documentation',
'The kernel development community', 'manual'),