blob: d2352fdc92ede64ce47afccd0bac6ee152d836b9 [file] [log] [blame]
Mauro Carvalho Chehabe2ba5732017-04-04 17:51:04 -07001# -*- coding: utf-8; mode: python -*-
2
3project = "The Linux input driver subsystem"
4
5tags.add("subproject")
6
7latex_documents = [
8 ('index', 'linux-input.tex', project,
9 'The kernel development community', 'manual'),
10]