linux-surface/kernel/Documentation/networking/conf.py

11 lines
222 B
Python
Raw Normal View History

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