docs-rst: convert sh book to ReST
[linux-2.6-block.git] / Documentation / sh / conf.py
diff --git a/Documentation/sh/conf.py b/Documentation/sh/conf.py
new file mode 100644 (file)
index 0000000..1eb684a
--- /dev/null
@@ -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'),
+]