summaryrefslogtreecommitdiffstats
path: root/book/conf.py
blob: 4726f1e1fc0da98615de894e9024d10169ede578 (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', 'book.tex', u'RTEMS Book', u'RTEMS Documentation Project', 'manual'),
]