summaryrefslogtreecommitdiffstats
path: root/eclipse/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'eclipse/conf.py')
-rw-r--r--eclipse/conf.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/eclipse/conf.py b/eclipse/conf.py
index eca832a..63c327f 100644
--- a/eclipse/conf.py
+++ b/eclipse/conf.py
@@ -3,11 +3,12 @@ sys.path.append(os.path.abspath('../common/'))
from conf import *
-version = '4.11.99'
-release = '4.11.99'
-
project = "RTEMS Eclipse Manual"
latex_documents = [
- ('index', 'eclipse.tex', u'RTEMS Eclipse Manual', u'RTEMS Documentation Project', 'manual'),
+ ('index',
+ 'eclipse.tex',
+ u'RTEMS Eclipse Manual',
+ u'RTEMS Documentation Project',
+ 'manual'),
]