Joel Sherrill 2c3cf2166d New version of POSIX Compliance Guide
This is a replacement of the POSIX 1003.1 Compliance Guide. It
will be generated from a .csv file.

Updates #3177.
2017-10-12 20:25:13 -05:00

15 lines
305 B
Python

import sys, os
sys.path.append(os.path.abspath('../common/'))
from conf import *
project = "RTEMS POSIX 1003.1 Compliance Guide"
latex_documents = [
('index',
'rtems-posix1003-compliance.tex',
u'RTEMS POSIX 1003.1 Compliance Guide',
u'RTEMS Documentation Project',
'manual'),
]