blob: 1757b040fb32f04470733f67eb848a92322642e5 [file] [log] [blame]
Markus Heiser66675622016-08-13 16:12:45 +02001# -*- coding: utf-8; mode: python -*-
2
3project = "Linux GPU Driver Developer's Guide"
Markus Heiser505f7112016-08-15 17:15:59 +02004
5tags.add("subproject")
Markus Heiserfdd91a32016-10-26 08:23:17 +02006
7latex_documents = [
8 ('index', 'gpu.tex', project,
9 'The kernel development community', 'manual'),
10]