blob: 1eb684a13ac8ac1a10c9b4a00c8d3d7940b1529e (
plain)
1
2
3
4
5
6
7
8
9
10
  | 
# -*- coding: utf-8; mode: python -*-
project = "SuperH architecture implementation manual"
tags.add("subproject")
latex_documents = [
    ('index', 'sh.tex', project,
     'The kernel development community', 'manual'),
]
 
  |