Files
linux/Documentation/vm/conf.py
T
2018-04-16 14:18:15 -06:00

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'),
]