projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f907ba9
)
Documentation: exclude media documentation from pdf generation
author
Jani Nikula
<jani.nikula@intel.com>
Wed, 10 Aug 2016 15:54:09 +0000
(18:54 +0300)
committer
Jonathan Corbet
<corbet@lwn.net>
Fri, 12 Aug 2016 21:25:53 +0000
(15:25 -0600)
Although pdflatex is more robust than rst2pdf, building media
documentation pdf still fails. Exclude media documentation from pdf
generation for now.
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Acked-by: Markus Heiser <markus.heiser@darmarit.de>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/conf.py
patch
|
blob
|
blame
|
history
diff --git
a/Documentation/conf.py
b/Documentation/conf.py
index 96b7aa66c89ca68c5f891d6fb3f2744dd80c6ca7..827dafc515b127a300f54d96c5c7fb2c694173d7 100644
(file)
--- a/
Documentation/conf.py
+++ b/
Documentation/conf.py
@@
-268,7
+268,9
@@
latex_elements = {
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
- (master_doc, 'TheLinuxKernel.tex', 'The Linux Kernel Documentation',
+ ('kernel-documentation', 'kernel-documentation.tex', 'The Linux Kernel Documentation',
+ 'The kernel development community', 'manual'),
+ ('gpu/index', 'gpu.tex', 'Linux GPU Driver Developer\'s Guide',
'The kernel development community', 'manual'),
]