summaryrefslogtreecommitdiffstats
path: root/posix-compliance/wscript
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2017-10-13 07:37:40 -0700
committerChris Johns <chrisj@rtems.org>2017-10-13 07:37:40 -0700
commitb2527535fd5bec6d1167dfe732637fafb0743faf (patch)
treef19ba708573f812b123233a4e14c9359d7a3307e /posix-compliance/wscript
parentposix-compliance: Fix the pdflatex file created by Sphinx. (diff)
downloadrtems-docs-b2527535fd5bec6d1167dfe732637fafb0743faf.tar.bz2
posix-compliance: Reference the generated content via the include file.
- Move the copyright to the top of the generated file. - Add a glossary and references section.
Diffstat (limited to 'posix-compliance/wscript')
-rw-r--r--posix-compliance/wscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/posix-compliance/wscript b/posix-compliance/wscript
index aa3f722..4a940d3 100644
--- a/posix-compliance/wscript
+++ b/posix-compliance/wscript
@@ -17,7 +17,8 @@ def gen_posix_rst(task):
c.load(task.inputs[1].abspath())
s = ['']
for standard in posix_rst.standards:
- s += ['',
+ s += ['.. comment SPDX-License-Identifier: CC-BY-SA-4.0',
+ '',
posix_rst.standard_names[standard],
'*' * len(posix_rst.standard_names[standard]),
''] + c.output(standard)