summaryrefslogtreecommitdiffstats
path: root/eclipse/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'eclipse/conf.py')
-rw-r--r--eclipse/conf.py13
1 files changed, 13 insertions, 0 deletions
diff --git a/eclipse/conf.py b/eclipse/conf.py
new file mode 100644
index 0000000..0af2bde
--- /dev/null
+++ b/eclipse/conf.py
@@ -0,0 +1,13 @@
+import sys, os
+sys.path.append(os.path.abspath('../common/'))
+
+from conf import *
+
+version = '4.11.0'
+release = '4.11.0'
+
+project = "RTEMS Eclipse Manual"
+
+latex_documents = [
+ ('index', 'eclipse.tex', u'RTEMS Eclipse Manual', u'RTEMS Documentation Project', 'manual'),
+]