summaryrefslogtreecommitdiffstats
path: root/porting/conf.py
blob: cc4b09c71f4fbfed618e756ed19a2e4c18d07f13 (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', 'porting.tex', u'RTEMS Porting Guide', u'RTEMS Documentation Project', 'manual'),
]