summaryrefslogblamecommitdiffstats
path: root/posix_users/conf.py
blob: 4aa287ea6ef12be1f0ed597800fda2f7e6e26f6f (plain) (tree)
1
2
3
4
5
6
7
8
9
10




                                              
                  
                  
 

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

from conf import *

version = '4.11.0'
release = '4.11.0'

project = "RTEMS POSIX User Manual"

latex_documents = [
	('index', 'posix_users.tex', u'RTEMS POSIX API User\'s Guide', u'RTEMS Documentation Project', 'manual'),
]