mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +00:00
bffac837f3
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
225 B
Python
11 lines
225 B
Python
# -*- coding: utf-8; mode: python -*-
|
|
|
|
project = "SuperH architecture implementation manual"
|
|
|
|
tags.add("subproject")
|
|
|
|
latex_documents = [
|
|
('index', 'sh.tex', project,
|
|
'The kernel development community', 'manual'),
|
|
]
|