summaryrefslogblamecommitdiffstats
path: root/shell/conf.py
blob: 878c39bb508ee54643a07e92a24fa2d340b10985 (plain) (tree)
1
2
3
4
5
6
7
8
9




                                              

                   

                              
 


                                                                                                       
import sys, os
sys.path.append(os.path.abspath('../common/'))

from conf import *

version = '4.11.99'
release = '4.11.99'

project = "RTEMS Shell Manual"

latex_documents = [
	('index', 'shell.tex', u'RTEMS Shell Documentation', u'RTEMS Documentation Project', 'manual'),
]