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


                  


                                




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

from conf import *

project = "RTEMS Eclipse Manual"

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