e2ba573120
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>
11 lines
225 B
Python
11 lines
225 B
Python
# -*- 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'),
|
|
]
|