summaryrefslogblamecommitdiffstats
path: root/eclipse/conf.py
blob: eca832a92b9478d697a8876a0fcb2ed787f7ea5c (plain) (tree)
1
2
3
4
5
6
7




                                              

                   





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

from conf import *

version = '4.11.99'
release = '4.11.99'

project = "RTEMS Eclipse Manual"

latex_documents = [
	('index', 'eclipse.tex', u'RTEMS Eclipse Manual', u'RTEMS Documentation Project', 'manual'),
]