blob: bef927bc46595b55cfd5c4501da6d02715a88e2f [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001# -*- coding: utf-8; mode: python -*-
2
3project = 'Linux Media Subsystem Documentation'
4
5tags.add("subproject")
6
7latex_documents = [
8 ('index', 'media.tex', 'Linux Media Subsystem Documentation',
9 'The kernel development community', 'manual'),
10]