summaryrefslogblamecommitdiffstats
path: root/posix1003_1/conf.py
blob: 7e33ef572ebe705e0a761ed558f532240600a862 (plain) (tree)
1
2
3
4
5
6
7
8







                                              



                                                                                                                    
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'),
]