From ad03db323aceb677da9107a6c12a889c373464e3 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 7 Apr 2021 15:30:21 -0500 Subject: 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. --- posix-compliance/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'posix-compliance/wscript') 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) -- cgit v1.2.3