mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-04-02 12:34:06 +00:00
Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
10 lines
236 B
Python
10 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'),
|
|
]
|