summaryrefslogtreecommitdiff
path: root/legacy-networking/conf.py
blob: 6cc01bc248ecf18b96dbab52aef5005c24187ce5 (plain)
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 Legacy Networking User Manual"

latex_documents = [
    ('index',
     'networking.tex',
     u'RTEMS Legacy Networking User Manual',
     u'RTEMS Documentation Project',
     'manual'),
]