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








                                               
               



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

from conf import *

project = "RTEMS Software Engineering Handbook"

latex_documents = [
    ('index',
     'eng.tex',
     u'RTEMS Software Engineering Handbook',
     u'RTEMS Documentation Project',
     'manual'),
]