summaryrefslogtreecommitdiff
path: root/cli/manifest
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-06-06 22:42:16 +0300
committerBoris Kolpackov <boris@codesynthesis.com>2021-09-20 16:06:46 +0200
commit2181ec73117f2e18cc622ead6256c8104b631214 (patch)
treec9d1bb2a8d3140b6cc6dd162be8129f14e38a717 /cli/manifest
parenta599248e9dfab9f5d57c06bed56f75941cb00047 (diff)
Use ad hoc recipe for parsing code and documentation generating
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.
Diffstat (limited to 'cli/manifest')
-rw-r--r--cli/manifest10
1 files changed, 5 insertions, 5 deletions
diff --git a/cli/manifest b/cli/manifest
index 69896fb..2f0c3ff 100644
--- a/cli/manifest
+++ b/cli/manifest
@@ -12,10 +12,10 @@ doc-url: https://www.codesynthesis.com/projects/cli/doc/guide/
src-url: https://git.codesynthesis.com/cgit/cli/cli/tree/cli/
email: cli-users@codesynthesis.com ; Mailing list
build-warning-email: builds@codesynthesis.com
-builds: host
requires: c++14
-depends: * build2 >= 0.13.0
-depends: * bpkg >= 0.13.0
+requires: host
+depends: * build2 >= 0.14.0-
+depends: * bpkg >= 0.14.0-
depends: libcutl ^1.11.0-
-tests: cli-tests == $
-examples: cli-examples == $
+tests: * cli-tests == $
+examples: * cli-examples == $