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'), ]