blob: db1f7659f3da0aec74baf67eaa56b46bb294771f [file] [log] [blame]
Silvio Fricke24755a52016-10-28 10:14:10 +02001# -*- coding: utf-8; mode: python -*-
2
3project = "Core-API Documentation"
4
5tags.add("subproject")
Jonathan Corbet22917b92016-11-16 16:07:02 -07006
7latex_documents = [
8 ('index', 'core-api.tex', project,
9 'The kernel development community', 'manual'),
10]