aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/vm/conf.py
blob: 3b0b601af558b6e7d08f91c467752d09c6f82b81 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# -*- 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'),
]