summaryrefslogblamecommitdiffstats
path: root/posix1003-1/conf.py
blob: 1d7b4efc3af89b988a282e69e227e66f7c750b59 (plain) (tree)
1
2
3
4
5
6
7
8
9







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

from conf import *

version = '1.0'
release = '5.0'

latex_documents = [
	('index', 'posix1003-1.tex', u'RTEMS POSIX 1003_1 Documentation', u'RTEMS Documentation Project', 'manual'),
]