diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-03-07 14:02:49 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-03-08 13:35:44 +0300 |
commit | d234bf4a341edb470a2c81f2533f7eb5c67c948c (patch) | |
tree | 8a0b40417277b9b4322e8237f753b086c8ab900d /doc | |
parent | f47415444bc0eee2d84b2da06260bf7495d8a73d (diff) |
Add missing commands to doc/buildfile
Diffstat (limited to 'doc')
-rw-r--r-- | doc/buildfile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/buildfile b/doc/buildfile index a48865f..1fbc725 100644 --- a/doc/buildfile +++ b/doc/buildfile @@ -6,6 +6,7 @@ cmds = \ bpkg-cfg-create \ bpkg-help \ bpkg-pkg-build \ +bpkg-pkg-checkout \ bpkg-pkg-clean \ bpkg-pkg-configure \ bpkg-pkg-disfigure \ @@ -22,7 +23,9 @@ bpkg-pkg-verify \ bpkg-rep-add \ bpkg-rep-create \ bpkg-rep-fetch \ -bpkg-rep-info +bpkg-rep-info \ +bpkg-rep-list \ +bpkg-rep-remove define css: file css{*}: extension = css |