summaryrefslogtreecommitdiff
path: root/Documentation/x86/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/x86/conf.py')
-rw-r--r--Documentation/x86/conf.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/x86/conf.py b/Documentation/x86/conf.py
new file mode 100644
index 000000000000..33c5c3142e20
--- /dev/null
+++ b/Documentation/x86/conf.py
@@ -0,0 +1,10 @@
+# -*- coding: utf-8; mode: python -*-
+
+project = "X86 architecture specific documentation"
+
+tags.add("subproject")
+
+latex_documents = [
+ ('index', 'x86.tex', project,
+ 'The kernel development community', 'manual'),
+]