mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 18:21:49 +00:00
f3377977aa
The sound subsystem book was added without the bits required to generate PDF output. Add them. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
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'),
|
|
]
|