diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2016-03-07 19:11:31 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2016-03-09 16:22:06 +0300 |
commit | ed0dd177c63bb7758e8633ffe26de2a8bc315d1b (patch) | |
tree | 0d4c9b987ef79a96e1509bceb98e8d254bd99669 /load/buildfile | |
parent | b72424fca7a6af6ff7921101c450850fef875152 (diff) |
Display sha256sum on the package version details page
Diffstat (limited to 'load/buildfile')
-rw-r--r-- | load/buildfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/load/buildfile b/load/buildfile index 6b72dae..333c091 100644 --- a/load/buildfile +++ b/load/buildfile @@ -15,6 +15,7 @@ exe{brep-load}: \ ../brep/lib{brep} $libs cli.options += -I $src_root --include-with-brackets --include-prefix load \ ---guard-prefix LOAD +--guard-prefix LOAD --generate-specifier --page-usage print_ --ansi-color \ +--long-usage {hxx ixx cxx}{load-options}: cli{load} |