source: rtems-docs/posix-compliance/conf.py @ 2c3cf21

5
Last change on this file since 2c3cf21 was 2c3cf21, checked in by Joel Sherrill <joel@…>, on 08/28/17 at 18:03:40

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.

  • Property mode set to 100644
File size: 305 bytes
Line 
1import sys, os
2sys.path.append(os.path.abspath('../common/'))
3
4from conf import *
5
6project = "RTEMS POSIX 1003.1 Compliance Guide"
7
8latex_documents = [
9    ('index',
10     'rtems-posix1003-compliance.tex',
11     u'RTEMS POSIX 1003.1 Compliance Guide',
12     u'RTEMS Documentation Project',
13     'manual'),
14]
Note: See TracBrowser for help on using the repository browser.