summaryrefslogblamecommitdiffstats
path: root/rtemsconfig/conf.py
blob: bde195e3bb11cd3a89c27fb93d7ccd12573a8cac (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 *

latex_documents = [
    ('index',
     'rtemsconfig.tex',
     u'RTEMS RTEMS Config Documentation',
     u'RTEMS Documentation Project',
     'manual'),
]