summaryrefslogblamecommitdiffstats
path: root/bsp-howto/conf.py
blob: 64499bd9d0bb081b5462b7ed6d76b76a54206cbb (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11




                                              
                                                         
 



                                                                     
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')]