Shorten the name of the BSP and Device Driver Development Guide

Old name:

    RTEMS BSP and Device Driver Development Guide

This is long and causes problems in the PDF output. This patch
changes the name to:

    RTEMS BSP and Driver Guide

Closes #3141.
This commit is contained in:
Joel Sherrill
2017-10-12 18:50:59 -05:00
parent 64564df810
commit c6f8e512b9
5 changed files with 11 additions and 17 deletions

View File

@@ -8,7 +8,7 @@ project = "RTEMS BSP and Device Driver Development Guide"
latex_documents = [
('index',
'bsp-howto.tex',
u'RTEMS BSP and Device Driver Development Guide',
u'RTEMS BSP and Driver Guide',
u'RTEMS Documentation Project',
'manual'),
]