summaryrefslogtreecommitdiffstats
path: root/shell/conf.py
blob: 00029bcce6f20b740cc7d6e39716794334979d9a (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 Shell Guide"

latex_documents = [
    ('index',
     'shell.tex',
     u'RTEMS Shell Guide',
     u'RTEMS Documentation Project',
     'manual'),
]