summaryrefslogblamecommitdiffstats
path: root/porting/conf.py
blob: 7d8c4217c10d8b1298c7f8b5f6dbb5fe8cf1473d (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',
     'porting.tex',
     u'RTEMS Porting Guide',
     u'RTEMS Documentation Project',
     'manual'),
]