summaryrefslogblamecommitdiffstats
path: root/cpu_supplement/conf.py
blob: 3c9c2f7ccc14578896d7292dad47b9d24275c01e (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', 'cpu_supplement.tex', u'RTEMS CPU Supplement Documentation', u'RTEMS Documentation Project', 'manual'),
]