summaryrefslogtreecommitdiffstats
path: root/eng/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'eng/conf.py')
-rw-r--r--eng/conf.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/eng/conf.py b/eng/conf.py
new file mode 100644
index 0000000..a4da3ff
--- /dev/null
+++ b/eng/conf.py
@@ -0,0 +1,14 @@
+import sys, os
+sys.path.append(os.path.abspath('../common/'))
+
+from conf import *
+
+project = "RTEMS Software Engineering Handbook"
+
+latex_documents = [
+ ('index',
+ 'software-engineering-handbook.tex',
+ u'RTEMS Software Engineering Handbook',
+ u'RTEMS Documentation Project',
+ 'manual'),
+]