summaryrefslogblamecommitdiffstats
path: root/posix_users/conf.py
blob: fcbb0178117b7401ea898b8e3088d21c3c85a62a (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', 'posix_users.tex', u'RTEMS POSIX Users Documentation', u'RTEMS Documentation Project', 'manual'),
]