summaryrefslogtreecommitdiffstats
path: root/posix-compliance/conf.py
blob: aa80321d67d3c95373a4de386944fe9ec44a1733 (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 POSIX 1003.1 Compliance Guide"

latex_documents = [
    ('index',
     'rtems-posix1003-compliance.tex',
     u'RTEMS POSIX 1003.1 Compliance Guide',
     u'RTEMS Documentation Project',
     'manual'),
]