mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-10 15:10:38 +00:00
90f9f118b7
Use pandoc to convert documentation to ReST by calling Documentation/sphinx/tmplcvt script. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
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'),
|
|
]
|