summaryrefslogtreecommitdiffstats
path: root/posix-compliance/wscript
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2021-04-07 15:30:21 -0500
committerJoel Sherrill <joel@rtems.org>2021-04-07 15:30:21 -0500
commitad03db323aceb677da9107a6c12a889c373464e3 (patch)
tree748a77770adaff99dc7580962a5e0f3cd1695c60 /posix-compliance/wscript
parentposix-compliance: Update tracking spreadsheet to v12 (diff)
downloadrtems-docs-ad03db323aceb677da9107a6c12a889c373464e3.tar.bz2
posix-compliance: Use constant name for API spreadsheet.
README-cvs.txt will need to be updated each time the spreadsheet is updated. The spreadsheet is managed and maintained externally and has a version in the name. We do not want that in the repository because a diff of the CSV should always be much smaller than a "delete old/add new" patch.
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 f2741ac..721c77d 100644
--- a/posix-compliance/wscript
+++ b/posix-compliance/wscript
@@ -24,7 +24,7 @@ def gen_posix_rst(task):
def build(ctx):
ctx(rule = gen_posix_rst,
- source = ['posix_rst.py', 'RTEMS-Standards-Compliance-v12.csv'],
+ source = ['posix_rst.py', 'RTEMS-Standards-Compliance.csv'],
target = 'generated-posix-compliance.rst')
sources = { 'extra' : ['generated-posix-compliance.rst'] }
doc_build(ctx, sources = sources)