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

from conf import *

version = '4.11.99'
release = '4.11.99'

project = "RTEMS Source Builder"

latex_documents = [
	('index', 'rsb.tex', u'RTEMS Source Builder', u'RTEMS Documentation Project', 'manual'),
]