summaryrefslogtreecommitdiffstats
path: root/Documentation/vm/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/vm/conf.py')
-rw-r--r--Documentation/vm/conf.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/vm/conf.py b/Documentation/vm/conf.py
new file mode 100644
index 0000000000000..3b0b601af558b
--- /dev/null
+++ b/Documentation/vm/conf.py
@@ -0,0 +1,10 @@
+# -*- coding: utf-8; mode: python -*-
+
+project = "Linux Memory Management Documentation"
+
+tags.add("subproject")
+
+latex_documents = [
+ ('index', 'memory-management.tex', project,
+ 'The kernel development community', 'manual'),
+]