aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/networking/conf.py
blob: 40f69e67a883154cd4430debe044c104e82a2889 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# -*- coding: utf-8; mode: python -*-

project = "Linux Networking Documentation"

tags.add("subproject")

latex_documents = [
    ('index', 'networking.tex', project,
     'The kernel development community', 'manual'),
]