mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-20 19:23:57 +08: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'),
|
||
|
]
|