summaryrefslogblamecommitdiffstats
path: root/c-user/conf.py
blob: 0aeb699d6dcc0d6af18d412e7dcf917c93f5f126 (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 C User Manual"

latex_documents = [
	('index', 'c-user.tex', u'RTEMS C User Documentation', u'RTEMS Documentation Project', 'manual'),
]