Files
Debian-9-Kernel/Documentation/x86/conf.py
T

11 lines
224 B
Python
Raw Normal View History

2023-05-02 09:58:35 +02:00
# -*- coding: utf-8; mode: python -*-
project = "X86 architecture specific documentation"
tags.add("subproject")
latex_documents = [
('index', 'x86.tex', project,
'The kernel development community', 'manual'),
]