summaryrefslogblamecommitdiffstats
path: root/shell/conf.py
blob: 2b58581cab912c066636722dcdd519f4dfa19269 (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 Guide"

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