1
0
Fork 0
alistair23-linux/Documentation/networking/conf.py

11 lines
222 B
Python

# -*- coding: utf-8; mode: python -*-
project = "Linux Networking Documentation"
tags.add("subproject")
latex_documents = [
('index', 'networking.tex', project,
'The kernel development community', 'manual'),
]