summaryrefslogtreecommitdiffstats
path: root/eclipse/conf.py
blob: 63c327fa961bf7202d69043768bc9ad0dbc928ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import sys, os
sys.path.append(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'),
]