c05564c4d8
Android 13
11 lines
232 B
Python
Executable file
11 lines
232 B
Python
Executable file
# -*- 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'),
|
|
]
|