allwinner_a64/lichee/linux-4.9/Documentation/development-process/conf.py
2018-08-08 14:16:19 +08:00

10 lines
272 B
Python

# -*- coding: utf-8; mode: python -*-
project = 'Linux Kernel Development Documentation'
tags.add("subproject")
latex_documents = [
('index', 'development-process.tex', 'Linux Kernel Development Documentation',
'The kernel development community', 'manual'),
]