11 lines
252 B
Python
11 lines
252 B
Python
|
# -*- coding: utf-8; mode: python -*-
|
||
|
|
||
|
project = 'Linux Media Subsystem Documentation'
|
||
|
|
||
|
tags.add("subproject")
|
||
|
|
||
|
latex_documents = [
|
||
|
('index', 'media.tex', 'Linux Media Subsystem Documentation',
|
||
|
'The kernel development community', 'manual'),
|
||
|
]
|