summaryrefslogblamecommitdiffstats
path: root/porting/conf.py
blob: 8ccb18fbfd29cf1e058444784167b099272efea0 (plain) (tree)
1
2
3
4
5
6
7
8







                                              



                                                                                                           
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 Documentation', u'RTEMS Documentation Project', 'manual'),
]