mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-29 22:46:47 +07:00
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'),
|
||
|
]
|