summaryrefslogblamecommitdiffstats
path: root/posix1003-1/conf.py
blob: 7773f9384ff0f04b8c6591117eac912ca3c2eee6 (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',
     'posix1003-1.tex',
     u'RTEMS POSIX 1003.1 Compliance Guide',
     u'RTEMS Documentation Project',
     'manual'),
]