Joel Sherrill c6f8e512b9 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.
2017-10-12 18:53:35 -05:00

15 lines
289 B
Python

import sys, os
sys.path.append(os.path.abspath('../common/'))
from conf import *
project = "RTEMS BSP and Device Driver Development Guide"
latex_documents = [
('index',
'bsp-howto.tex',
u'RTEMS BSP and Driver Guide',
u'RTEMS Documentation Project',
'manual'),
]