mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
82381918c4
Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
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'),
|
|
]
|