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 Signed-off-by: Dmitry Torokhov
# -*- 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'), ]