summaryrefslogtreecommitdiffstats
path: root/wscript (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-02-28waf: Fix python3 issues.Chris Johns1-7/+7
- Found after updating to FreeBSD-12.0 which defaults to Python3.
2019-02-14waf: Use the release date in the coverpageChris Johns1-2/+16
2019-02-13waf: Fix version.py to support older versions of git.Chris Johns1-0/+1
2019-02-13waf: Remove as many sys path hacks as we can.Chris Johns1-4/+10
There are still sys.path hacks in the conf.py files. They cannot be removed because the instance of python running the sphinx-build command does not see our top level path hacks. I looked at using PYTHONPATH but I could not figure out how to set a process environ var for a waf build instance.
2019-02-08build: Prepend project common pathSebastian Huber1-1/+1
This avoids conflicts with standard packages such as PIL (Python Imaging Library).
2019-02-07Version change, forgot to add wscript to the commit.Chris Johns1-1/+1
2019-02-06 Support VERSION file for releasing and deploymentChris Johns1-35/+20
- Shorten the GIT hash.
2019-01-14user: Add RSB content as a chapterSebastian Huber1-1/+0
Remove the separate RSB manual.
2019-01-09Replace build date with Git hash and commit dateSebastian Huber1-3/+36
The usage of a build date prevents reproducible builds.
2018-12-17Initial start of converting the Word outline to RestJoel Sherrill1-0/+1
Thanks to Scott Zemerick <scott.zemerick@tmctechnologies.com> for the analysis and ideas that led to this.
2018-11-03waf: Add support to build PlantUML and Ditaa images.Chris Johns1-0/+6
2017-11-09Change RTEMS version to 5Sebastian Huber1-1/+1
Update #3220.
2017-10-12New version of POSIX Compliance GuideJoel Sherrill1-0/+1
This is a replacement of the POSIX 1003.1 Compliance Guide. It will be generated from a .csv file. Updates #3177.
2017-03-27waf: Fix linkcheck and spell commands.Chris Johns1-0/+8
Clean up and remove code that is not needed. Fix sphinx-build quoting to work on Windows.
2017-03-20Use a single top level version number.Chris Johns1-2/+3
2017-01-13waf: Correct the branch version number.Chris Johns1-1/+1
2017-01-12coverpage: Update the coverpage to have the table collapse.Chris Johns1-4/+4
Add each doc's conf.py as a dependence to catalogue.xml.
2017-01-11html: Embed the catalogue XML in JS.Chris Johns1-3/+24
The is to work around a security issue with Chrome on Windows. This patches let the cover page load on Chrome and Edge on Windows 10.
2017-01-11html: Add support for an HTML cover page for releases.Chris Johns1-1/+11
2017-01-10waf: Add a title to the XML Catalogue.Chris Johns1-8/+11
2017-01-10waf: Improved XML Catalogue generator.Chris Johns1-5/+6
2017-01-09waf: Create an XML Catalogue.Chris Johns1-0/+6
2016-11-15waf: Add networking to the manual built.Chris Johns1-7/+8
2016-11-03Rename all manuals with an _ to have a -. It helps released naming of files.Chris Johns1-4/+4
2016-10-31waf: Add an install command.Chris Johns1-1/+4
2016-10-30RSB: Initial additionJoel Sherrill1-0/+1
The content was manually converted from Asciidoc to Sphinx and there are some areas which remain to be done. Specifically there are some tables and embedded links which are known to remain but there are almost certainly other things to clean up.
2016-10-30waf: Add top build support.Chris Johns1-0/+34