mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 09:50:55 +07:00
11 lines
232 B
Python
11 lines
232 B
Python
|
# -*- coding: utf-8; mode: python -*-
|
||
|
|
||
|
project = "The Linux kernel user-space API guide"
|
||
|
|
||
|
tags.add("subproject")
|
||
|
|
||
|
latex_documents = [
|
||
|
('index', 'userspace-api.tex', project,
|
||
|
'The kernel development community', 'manual'),
|
||
|
]
|