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:
cd21379
)
doc-rst: define PDF's of the media folder
author
Markus Heiser
<markus.heiser@darmarIT.de>
Wed, 24 Aug 2016 15:36:15 +0000
(17:36 +0200)
committer
Jonathan Corbet
<corbet@lwn.net>
Thu, 1 Sep 2016 14:49:33 +0000
(08:49 -0600)
To build only the PDF of the media folder run::
make SPHINXDIRS=media pdfdocs
Signed-off-by: Markus Heiser <markus.heiser@darmarIT.de>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/media/conf.py
patch
|
blob
|
blame
|
history
diff --git
a/Documentation/media/conf.py
b/Documentation/media/conf.py
index 77cb2bbd9461b9d77826142df32b58bd30fbaf4e..bef927bc46595b55cfd5c4501da6d02715a88e2f 100644
(file)
--- a/
Documentation/media/conf.py
+++ b/
Documentation/media/conf.py
@@
-3,3
+3,8
@@
project = 'Linux Media Subsystem Documentation'
tags.add("subproject")
+
+latex_documents = [
+ ('index', 'media.tex', 'Linux Media Subsystem Documentation',
+ 'The kernel development community', 'manual'),
+]