swh:1:snp:c3bf2749e3476071fa748f67b0ffa2fdc5fe49d9
Raw File
Tip revision: 15ade5d2e7775667cf191cf2f94327a4889f8b9d authored by Linus Torvalds on 08 April 2019, 00:09:59 UTC
Linux 5.1-rc4
Tip revision: 15ade5d
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