diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-04-05 02:51:04 +0200 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2017-04-06 00:45:07 +0200 |
commit | e2ba573120feadfb365467f0cdae2918926efabc (patch) | |
tree | 0274ef579fcafc4646d0c82eeb4ae826ff61cfbd /Documentation/input/conf.py | |
parent | Input: yealink - convert documentation into ReST format (diff) | |
download | linux-e2ba573120feadfb365467f0cdae2918926efabc.tar.xz linux-e2ba573120feadfb365467f0cdae2918926efabc.zip |
Input: create a book with Linux Input documentation
Now that all files under Documentation/input follows the ReST markup
language, rename them to *.rst and create a book for the Linux Input
subsystem.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'Documentation/input/conf.py')
-rw-r--r-- | Documentation/input/conf.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/input/conf.py b/Documentation/input/conf.py new file mode 100644 index 000000000000..d2352fdc92ed --- /dev/null +++ b/Documentation/input/conf.py @@ -0,0 +1,10 @@ +# -*- coding: utf-8; mode: python -*- + +project = "The Linux input driver subsystem" + +tags.add("subproject") + +latex_documents = [ + ('index', 'linux-input.tex', project, + 'The kernel development community', 'manual'), +] |