blob: 4b4a12dace02f21bf1ddef4067575f4f42659e86 [file] [log] [blame]
Mauro Carvalho Chehabf0ddda32016-09-19 08:07:38 -03001# -*- coding: utf-8; mode: python -*-
2
3project = 'Linux Kernel Development Documentation'
4
5tags.add("subproject")
6
7latex_documents = [
8 ('index', 'development-process.tex', 'Linux Kernel Development Documentation',
9 'The kernel development community', 'manual'),
10]