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

from conf import *

version = '1.0'
release = '5.0'

latex_documents = [
	('index', 'c_user.tex', u'RTEMS C User Documentation', u'RTEMS Documentation Project', 'manual'),
]