summaryrefslogblamecommitdiffstats
path: root/posix-users/conf.py
blob: 649f84c8c28fb591c260c530ec6dcaa8d53d020d (plain) (tree)
1
2
3
4
5
6
7
8
              
                                                 


                  
                                 
 
                   




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

from conf import *

project = "RTEMS POSIX API Guide"

latex_documents = [
    ('index',
     'posix-users.tex',
     u'RTEMS POSIX API Guide',
     u'RTEMS Documentation Project',
     'manual'),
]