summaryrefslogtreecommitdiffstats
path: root/posix-compliance/conf.py
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2017-08-28 13:03:40 -0500
committerJoel Sherrill <joel@rtems.org>2017-10-12 20:25:13 -0500
commit2c3cf2166dd35152bb006d027476400be8759615 (patch)
treec9bde69e8015ae32d259a962694187d742a8ea0b /posix-compliance/conf.py
parentShorten BSP and Driver Guide name (missed commit) (diff)
downloadrtems-docs-2c3cf2166dd35152bb006d027476400be8759615.tar.bz2
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.
Diffstat (limited to '')
-rw-r--r--posix-compliance/conf.py (renamed from posix1003-1/conf.py)4
1 files changed, 3 insertions, 1 deletions
diff --git a/posix1003-1/conf.py b/posix-compliance/conf.py
index 7773f93..aa80321 100644
--- a/posix1003-1/conf.py
+++ b/posix-compliance/conf.py
@@ -3,9 +3,11 @@ sys.path.append(os.path.abspath('../common/'))
from conf import *
+project = "RTEMS POSIX 1003.1 Compliance Guide"
+
latex_documents = [
('index',
- 'posix1003-1.tex',
+ 'rtems-posix1003-compliance.tex',
u'RTEMS POSIX 1003.1 Compliance Guide',
u'RTEMS Documentation Project',
'manual'),