summaryrefslogblamecommitdiffstats
path: root/legacy-networking/conf.py
blob: 98a06b64912df2ab809c9b4d21f617801dea4397 (plain) (tree)
1
2
3
4
5
6
7
8
9
              
                                                 


                  
                                               
 
                   
             

                                            

                                    
 
import sys, os
sys.path.insert(0, os.path.abspath('../common/'))

from conf import *

project = "RTEMS Legacy Networking User Manual"

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