From 47aad7a5c3727a23496bb7695cb42c03f82faa36 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sun, 30 Oct 2016 16:18:29 -0500 Subject: RSB: Make the bullet style more consistent. --- rsb/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rsb/conf.py') 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'), ] -- cgit v1.2.3