add patch promote-the-ext4-data-structures-book-to-top-level
[ext4-patch-queue.git] / generate-a-separate-ext4-pdf-file-from-the-documentation
blob692d8083a1a2ba5728ae01fba2784a830e521ef8
1 docs: generate a separate ext4 pdf file from the documentation
3 From: Darrick J. Wong <darrick.wong@oracle.com>
5 The documentation build scripts won't build a pdf for the ext4
6 documentation unless explicitly called for, so ask for a separate
7 ext4.pdf to be generated with all the documentation.
9 Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
10 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
11 ---
12  Documentation/conf.py |    2 ++
13  1 file changed, 2 insertions(+)
16 diff --git a/Documentation/conf.py b/Documentation/conf.py
17 index b691af4831fa..05dad6bda787 100644
18 --- a/Documentation/conf.py
19 +++ b/Documentation/conf.py
20 @@ -383,6 +383,8 @@ latex_documents = [
21       'The kernel development community', 'manual'),
22      ('filesystems/index', 'filesystems.tex', 'Linux Filesystems API',
23       'The kernel development community', 'manual'),
24 +    ('filesystems/ext4/index', 'ext4.tex', 'ext4 Filesystem',
25 +     'ext4 Filesystem Developers', 'manual'),
26      ('gpu/index', 'gpu.tex', 'Linux GPU Driver Developer\'s Guide',
27       'The kernel development community', 'manual'),
28      ('input/index', 'linux-input.tex', 'The Linux input driver subsystem',