blob: 3f1fc5e74e7b23e1e6402c79db4eee31b2c78638 [file] [log] [blame]
Mauro Carvalho Chehabf3377972017-05-12 06:27:33 -03001# -*- coding: utf-8; mode: python -*-
2
3project = "Linux Sound Subsystem Documentation"
4
5tags.add("subproject")
6
7latex_documents = [
8 ('index', 'sound.tex', project,
9 'The kernel development community', 'manual'),
10]