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