summaryrefslogtreecommitdiffstats
path: root/posix_users/conf.py
blob: 132a1d252d5d59856c8a3f958775f24bf025c6e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
import sys, os
sys.path.append(os.path.abspath('../common/'))

from conf import *

version = '1.0'
release = '4.11.0'

latex_documents = [
	('index', 'posix_users.tex', u'RTEMS POSIX API User\'s Guide', u'RTEMS Documentation Project', 'manual'),
]