summaryrefslogtreecommitdiffstats
path: root/eng/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'eng/conf.py')
-rw-r--r--eng/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/eng/conf.py b/eng/conf.py
index eb838fd..a8a0d71 100644
--- a/eng/conf.py
+++ b/eng/conf.py
@@ -3,12 +3,12 @@ sys.path.insert(0, os.path.abspath('../common/'))
from conf import *
-project = "RTEMS Software Engineering Handbook"
+project = "RTEMS Software Engineering"
latex_documents = [
('index',
'eng.tex',
- u'RTEMS Software Engineering Handbook',
+ u'RTEMS Software Engineering',
u'RTEMS Documentation Project',
'manual'),
]