mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-14 17:14:09 +00:00
11 lines
214 B
Python
11 lines
214 B
Python
|
# -*- coding: utf-8; mode: python -*-
|
||
|
|
||
|
project = "Linux Filesystems API"
|
||
|
|
||
|
tags.add("subproject")
|
||
|
|
||
|
latex_documents = [
|
||
|
('index', 'filesystems.tex', project,
|
||
|
'The kernel development community', 'manual'),
|
||
|
]
|