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




                                              
                                      
 
                   

                     
                                   

                                    
 
import sys, os
sys.path.append(os.path.abspath('../common/'))

from conf import *

project = "RTEMS BSP and Driver Guide"

latex_documents = [
    ('index',
     'bsp-howto.tex',
     u'RTEMS BSP and Driver Guide',
     u'RTEMS Documentation Project',
     'manual'),
]