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