summaryrefslogtreecommitdiffstats
path: root/rsb/conf.py
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2016-10-30 16:18:29 -0500
committerJoel Sherrill <joel@rtems.org>2016-10-30 16:18:29 -0500
commit47aad7a5c3727a23496bb7695cb42c03f82faa36 (patch)
tree159554fc45384e42bf9a1cc248e1fafc01a46ff7 /rsb/conf.py
parentRSB: Initial addition (diff)
downloadrtems-docs-47aad7a5c3727a23496bb7695cb42c03f82faa36.tar.bz2
RSB: Make the bullet style more consistent.
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'),
]