blob: 2eaf59f844e50a3debbfed7b86d4f23d78794a1e [file] [log] [blame]
Jonathan Corbet1d596de2017-04-02 14:58:01 -06001# -*- coding: utf-8; mode: python -*-
2
3project = "The Linux kernel user-space API guide"
4
5tags.add("subproject")
6
7latex_documents = [
8 ('index', 'userspace-api.tex', project,
9 'The kernel development community', 'manual'),
10]