diff options
Diffstat (limited to 'Documentation/userspace-api/conf.py')
-rw-r--r-- | Documentation/userspace-api/conf.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/userspace-api/conf.py b/Documentation/userspace-api/conf.py new file mode 100644 index 000000000000..2eaf59f844e5 --- /dev/null +++ b/Documentation/userspace-api/conf.py | |||
@@ -0,0 +1,10 @@ | |||
1 | # -*- coding: utf-8; mode: python -*- | ||
2 | |||
3 | project = "The Linux kernel user-space API guide" | ||
4 | |||
5 | tags.add("subproject") | ||
6 | |||
7 | latex_documents = [ | ||
8 | ('index', 'userspace-api.tex', project, | ||
9 | 'The kernel development community', 'manual'), | ||
10 | ] | ||