blob: 40f69e67a883154cd4430debe044c104e82a2889 (
plain)
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'),
]
|