blob: 202726d20088a7d4e369f22a34444977a4a54de7 [file] [log] [blame]
Markus Heiser241a8022016-10-26 08:23:15 +02001# -*- coding: utf-8; mode: python -*-
2
3project = "The Linux driver implementer's API guide"
4
5tags.add("subproject")
6
7latex_documents = [
8 ('index', 'driver-api.tex', project,
9 'The kernel development community', 'manual'),
10]