mirror of
git://git.yoctoproject.org/linux-yocto.git
synced 2025-07-05 13:25:20 +02:00

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'),
|
|
]
|