diff options
Diffstat (limited to 'Documentation/filesystems/conf.py')
| -rw-r--r-- | Documentation/filesystems/conf.py | 10 | 
1 files changed, 10 insertions, 0 deletions
| diff --git a/Documentation/filesystems/conf.py b/Documentation/filesystems/conf.py new file mode 100644 index 000000000000..ea44172af5c4 --- /dev/null +++ b/Documentation/filesystems/conf.py @@ -0,0 +1,10 @@ +# -*- coding: utf-8; mode: python -*- + +project = "Linux Filesystems API" + +tags.add("subproject") + +latex_documents = [ +    ('index', 'filesystems.tex', project, +     'The kernel development community', 'manual'), +] |