mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-17 00:06:41 +07:00
11 lines
236 B
Python
11 lines
236 B
Python
|
# -*- coding: utf-8; mode: python -*-
|
||
|
|
||
|
project = "Linux Memory Management Documentation"
|
||
|
|
||
|
tags.add("subproject")
|
||
|
|
||
|
latex_documents = [
|
||
|
('index', 'memory-management.tex', project,
|
||
|
'The kernel development community', 'manual'),
|
||
|
]
|