mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-09 14:43:16 +00:00
11 lines
222 B
Python
11 lines
222 B
Python
|
# -*- coding: utf-8; mode: python -*-
|
||
|
|
||
|
project = "Linux Sound Subsystem Documentation"
|
||
|
|
||
|
tags.add("subproject")
|
||
|
|
||
|
latex_documents = [
|
||
|
('index', 'sound.tex', project,
|
||
|
'The kernel development community', 'manual'),
|
||
|
]
|