blob: 3d8acf0f33adaf31d24fdef64e5755c1e58a94f2 [file] [log] [blame]
Mauro Carvalho Chehabc4fcd7c2017-05-11 08:03:27 -03001# -*- coding: utf-8; mode: python -*-
2
3project = "Kernel Hacking Guides"
4
5tags.add("subproject")
6
7latex_documents = [
8 ('index', 'kernel-hacking.tex', project,
9 'The kernel development community', 'manual'),
10]