# -*- coding: utf-8; mode: python -*-

project = "Device Power Management"

tags.add("subproject")

latex_documents = [
    ('index', 'pm.tex', project,
     'The kernel development community', 'manual'),
]