mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-17 01:26:57 +07:00
11 lines
249 B
Python
11 lines
249 B
Python
|
# -*- coding: utf-8; mode: python -*-
|
||
|
|
||
|
project = 'Linux Kernel User Documentation'
|
||
|
|
||
|
tags.add("subproject")
|
||
|
|
||
|
latex_documents = [
|
||
|
('index', 'linux-user.tex', 'Linux Kernel User Documentation',
|
||
|
'The kernel development community', 'manual'),
|
||
|
]
|