linux-surface/kernel/Documentation/filesystems/conf.py

11 lines
214 B
Python
Raw Normal View History

2017-09-05 02:31:27 +00:00
# -*- coding: utf-8; mode: python -*-
project = "Linux Filesystems API"
tags.add("subproject")
latex_documents = [
('index', 'filesystems.tex', project,
'The kernel development community', 'manual'),
]