diff options
author | Darrick J. Wong <darrick.wong@oracle.com> | 2018-10-02 22:40:32 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2018-10-02 22:40:32 -0400 |
commit | e5f0926115a4a40ed1cd0d3ce8b09bb88be73ab9 (patch) | |
tree | a8b054b7c4fc4517a4ae32b84d1c365123a526c3 /Documentation/conf.py | |
parent | 401b25aa1a75e7fe4e3202a6336604269697d705 (diff) |
docs: generate a separate ext4 pdf file from the documentation
The documentation build scripts won't build a pdf for the ext4
documentation unless explicitly called for, so ask for a separate
ext4.pdf to be generated with all the documentation.
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'Documentation/conf.py')
-rw-r--r-- | Documentation/conf.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/conf.py b/Documentation/conf.py index b691af4831fa..05dad6bda787 100644 --- a/Documentation/conf.py +++ b/Documentation/conf.py | |||
@@ -383,6 +383,8 @@ latex_documents = [ | |||
383 | 'The kernel development community', 'manual'), | 383 | 'The kernel development community', 'manual'), |
384 | ('filesystems/index', 'filesystems.tex', 'Linux Filesystems API', | 384 | ('filesystems/index', 'filesystems.tex', 'Linux Filesystems API', |
385 | 'The kernel development community', 'manual'), | 385 | 'The kernel development community', 'manual'), |
386 | ('filesystems/ext4/index', 'ext4.tex', 'ext4 Filesystem', | ||
387 | 'ext4 Filesystem Developers', 'manual'), | ||
386 | ('gpu/index', 'gpu.tex', 'Linux GPU Driver Developer\'s Guide', | 388 | ('gpu/index', 'gpu.tex', 'Linux GPU Driver Developer\'s Guide', |
387 | 'The kernel development community', 'manual'), | 389 | 'The kernel development community', 'manual'), |
388 | ('input/index', 'linux-input.tex', 'The Linux input driver subsystem', | 390 | ('input/index', 'linux-input.tex', 'The Linux input driver subsystem', |