]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - Documentation/sh/conf.py
x86/KVM/VMX: Expose SPEC_CTRL Bit(2) to the guest
[mirror_ubuntu-artful-kernel.git] / Documentation / sh / conf.py
CommitLineData
bffac837
MCC
1# -*- 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]