summaryrefslogtreecommitdiffstats
path: root/posix-compliance/wscript
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2018-03-09 14:53:36 -0600
committerJoel Sherrill <joel@rtems.org>2018-03-09 15:02:36 -0600
commit0472eada7622b9883ace4dd98f70c1c4f5c90d16 (patch)
tree32635c1627ccd508c164515ecc97fd90d988e745 /posix-compliance/wscript
parentRTEMS Docs: Check sphinx version (diff)
downloadrtems-docs-0472eada7622b9883ace4dd98f70c1c4f5c90d16.tar.bz2
Update the POSIX Compliance Tracking Spreadsheet. Add standards.
This update adds the following: C11 Programming Language Standard FACE Technical Standard Edition 3.0 (four profiles) Software Communication Architecture Specification 2.2.2 (one profile) Software Communication Architecture Specification 4.1 (three profiles)
Diffstat (limited to 'posix-compliance/wscript')
-rw-r--r--posix-compliance/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/posix-compliance/wscript b/posix-compliance/wscript
index 4a940d3..06eb7a0 100644
--- a/posix-compliance/wscript
+++ b/posix-compliance/wscript
@@ -28,6 +28,6 @@ def gen_posix_rst(task):
def build(ctx):
ctx(rule = gen_posix_rst,
- source = ['posix_rst.py', 'RTEMS-Standards-Compliance-v1.csv'],
+ source = ['posix_rst.py', 'RTEMS-Standards-Compliance-v4.csv'],
target = 'generated-posix-compliance.rst')
doc_build(ctx, extra_source = ['generated-posix-compliance.rst'])