summaryrefslogtreecommitdiffstats
path: root/develenv/conf.py
blob: 2a7eb85bb5c12a04686b1e3c7b201cb75e7445b1 (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 = '4.11.99'
release = '4.11.99'

latex_documents = [
	('index', 'develenv.tex', u'RTEMS Development Environment Guide', u'RTEMS Documentation Project', 'manual'),
]