diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2021-08-11 20:17:12 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2021-08-13 11:55:24 +0300 |
commit | d1fa0047be1db658b165514dc429ce494517b39c (patch) | |
tree | be114b36341ee49b3d835687291974a0ac3661ed /doc/buildfile | |
parent | aac298fcef914b99cf28d9cf1f4f58cc6714fb92 (diff) |
Add support for cfg-unlink
Diffstat (limited to 'doc/buildfile')
-rw-r--r-- | doc/buildfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/buildfile b/doc/buildfile index 3af1782..d1592aa 100644 --- a/doc/buildfile +++ b/doc/buildfile @@ -5,6 +5,7 @@ cmds = \ bpkg-cfg-create \ bpkg-cfg-info \ bpkg-cfg-link \ +bpkg-cfg-unlink \ bpkg-help \ bpkg-pkg-build \ bpkg-pkg-checkout \ |