summaryrefslogtreecommitdiffstats
path: root/rsb/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'rsb/conf.py')
-rw-r--r--rsb/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/rsb/conf.py b/rsb/conf.py
index 04d6615..c12898c 100644
--- a/rsb/conf.py
+++ b/rsb/conf.py
@@ -6,8 +6,8 @@ from conf import *
version = '4.11.0'
release = '4.11.0'
-project = "RTEMS C User Manual"
+project = "RTEMS Source Builder Manual"
latex_documents = [
- ('index', 'c_user.tex', u'RTEMS C User Documentation', u'RTEMS Documentation Project', 'manual'),
+ ('index', 'c_user.tex', u'RTEMS C Source Builder', u'RTEMS Documentation Project', 'manual'),
]