blob: 33c5c3142e201972309a2e4e0afdaba77a7c88d0 [file] [log] [blame]
Thomas Gleixner96ef7af2019-02-18 23:13:06 +01001# -*- coding: utf-8; mode: python -*-
2
3project = "X86 architecture specific documentation"
4
5tags.add("subproject")
6
7latex_documents = [
8 ('index', 'x86.tex', project,
9 'The kernel development community', 'manual'),
10]