blob: 1eb684a13ac8ac1a10c9b4a00c8d3d7940b1529e [file] [log] [blame]
Mauro Carvalho Chehabbffac832017-05-13 07:50:43 -03001# -*- coding: utf-8; mode: python -*-
2
3project = "SuperH architecture implementation manual"
4
5tags.add("subproject")
6
7latex_documents = [
8 ('index', 'sh.tex', project,
9 'The kernel development community', 'manual'),
10]