aboutsummaryrefslogtreecommitdiff
path: root/Documentation/admin-guide/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/admin-guide/conf.py')
-rw-r--r--Documentation/admin-guide/conf.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/admin-guide/conf.py b/Documentation/admin-guide/conf.py
new file mode 100644
index 000000000000..86f738953799
--- /dev/null
+++ b/Documentation/admin-guide/conf.py
@@ -0,0 +1,10 @@
+# -*- coding: utf-8; mode: python -*-
+
+project = 'Linux Kernel User Documentation'
+
+tags.add("subproject")
+
+latex_documents = [
+ ('index', 'linux-user.tex', 'Linux Kernel User Documentation',
+ 'The kernel development community', 'manual'),
+]