1234567891011 |
- # -*- 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'),
- ]
|