blob: a89fac11272fc77f88cfd47c05428bfbd218fad9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# -*- coding: utf-8; mode: python -*-
project = "Device Power Management"
tags.add("subproject")
latex_documents = [
('index', 'pm.tex', project,
'The kernel development community', 'manual'),
]
|