summaryrefslogtreecommitdiff
path: root/cli/build/root.build
AgeCommit message (Collapse)AuthorFilesLines
2022-09-08Make build graph configuration-independentKaren Arutyunov1-1/+3
2022-06-28Don't read LICENSE and load module in root.build files in skeleton modeKaren Arutyunov1-3/+4
2021-09-20Use ad hoc recipe for parsing code and documentation generatingKaren Arutyunov1-31/+16
The overall approach is to store pre-generated bootstrap options.?xx and cli.{1,xhtml} and automatically update them in the development build (config.cli.develop=true). See README.md in the root of the repository for details.
2021-02-24Various cleanupsKaren Arutyunov1-6/+0
2020-04-27Separate tests and examples into individual packagesKaren Arutyunov1-0/+60
Also make cli module to be explicitly enabled via the config.cli configuration variable.