mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-10 23:29:46 +00: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'),
|
||
|
]
|