summaryrefslogtreecommitdiffstats
path: root/Documentation/userspace-api/conf.py
blob: 2eaf59f844e50a3debbfed7b86d4f23d78794a1e (plain)
1
2
3
4
5
6
7
8
9
10
# -*- coding: utf-8; mode: python -*-

project = "The Linux kernel user-space API guide"

tags.add("subproject")

latex_documents = [
    ('index', 'userspace-api.tex', project,
     'The kernel development community', 'manual'),
]
OpenPOWER on IntegriCloud