swh:1:snp:32555a3fd8878f019c2ebd6c964bc1edcaeff337
Raw File
Tip revision: cd6c84d8f0cdc911df435bb075ba22ce3c605b07 authored by Linus Torvalds on 26 May 2019, 23:49:19 UTC
Linux 5.2-rc2
Tip revision: cd6c84d
conf.py
# -*- coding: utf-8; mode: python -*-

project = "SuperH architecture implementation manual"

tags.add("subproject")

latex_documents = [
    ('index', 'sh.tex', project,
     'The kernel development community', 'manual'),
]
back to top