summaryrefslogtreecommitdiffstats
path: root/bsp-howto/conf.py
blob: 721f63fa0b60999c9d908111c188b574327e53f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 Device Driver Development Guide',
     u'RTEMS Documentation Project',
     'manual'),
]