2017-10-12 19:02:11 -05:00

15 lines
270 B
Python

import sys, os
sys.path.append(os.path.abspath('../common/'))
from conf import *
project = "RTEMS BSP and Driver Guide"
latex_documents = [
('index',
'bsp-howto.tex',
u'RTEMS BSP and Driver Guide',
u'RTEMS Documentation Project',
'manual'),
]