summaryrefslogtreecommitdiffstats
path: root/filesystem/conf.py
blob: d50ba13e9e95759484fa53ed9f72b89afa899bea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import sys, os
sys.path.insert(0, os.path.abspath('../common/'))

from conf import *

project = "RTEMS Filesystem Design Guide"

latex_documents = [
    ('index',
     'filesystem.tex',
     u'RTEMS Filesystem Design Guide',
     u'RTEMS Filesystem Design Guide',
     'manual'),
]