mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-31 07:51:24 +08:00

This is a replacement of the POSIX 1003.1 Compliance Guide. It will be generated from a .csv file. Updates #3177.
15 lines
305 B
Python
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'),
|
|
]
|