blob: 3f1fc5e74e7b23e1e6402c79db4eee31b2c78638 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# -*- coding: utf-8; mode: python -*-
project = "Linux Sound Subsystem Documentation"
tags.add("subproject")
latex_documents = [
('index', 'sound.tex', project,
'The kernel development community', 'manual'),
]
|