summaryrefslogtreecommitdiff
path: root/cli/doc/buildfile
AgeCommit message (Collapse)AuthorFilesLines
2023-01-09Remove unnecessary escaping in double-quoted stringBoris Kolpackov1-1/+1
2022-11-22Fix diag builtin callsBoris Kolpackov1-4/+4
2022-09-12Move options variables from target scopes to buildscript scopesKaren Arutyunov1-6/+4
2022-09-09Add note to cli/doc/buildfileKaren Arutyunov1-1/+4
2022-09-08Add note to cli/doc/buildfileBoris Kolpackov1-2/+4
2022-09-08Make build graph configuration-independentKaren Arutyunov1-77/+154
2021-10-05Remove leftover `date` invocation in ad hoc recipeBoris Kolpackov1-2/+0
2021-09-20Use ad hoc recipe for parsing code and documentation generatingKaren Arutyunov1-8/+109
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.
2020-04-27Separate tests and examples into individual packagesKaren Arutyunov1-0/+20
Also make cli module to be explicitly enabled via the config.cli configuration variable.