source: rtems-docs/posix1003-1/conf.py @ 7193f09

5
Last change on this file since 7193f09 was 7193f09, checked in by Joel Sherrill <joel@…>, on 01/12/17 at 01:01:20

Update document titles for consistency

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