summaryrefslogtreecommitdiffstats
path: root/posix-users/conf.py
blob: 2086ae99fc0ffe1041567ab450ed033011613132 (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 API Guide"

latex_documents = [
    ('index',
     'posix-users.tex',
     u'RTEMS POSIX API Guide',
     u'RTEMS Documentation Project',
     'manual'),
]