summaryrefslogblamecommitdiffstats
path: root/shell/conf.py
blob: 7ee08cf1d21ef3925305a6d62894723ac7e042f1 (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', 'shell.tex', u'RTEMS Shell Documentation', u'RTEMS Documentation Project', 'manual'),
]