diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-08-28 14:45:15 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-08-28 15:01:48 +0300 |
commit | d0842f4a05ac691dc296347ff872eb7a9b83b42d (patch) | |
tree | 0b25c40a6ef677aef571365ddf36f4109aef3e04 /libbuild2/install | |
parent | dee4003df645803a7883fd7b97dab7ca6b1f79ae (diff) |
Add/update some module descriptions
Diffstat (limited to 'libbuild2/install')
-rw-r--r-- | libbuild2/install/init.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libbuild2/install/init.hxx b/libbuild2/install/init.hxx index b2daea0..353b24b 100644 --- a/libbuild2/install/init.hxx +++ b/libbuild2/install/init.hxx @@ -28,6 +28,12 @@ namespace build2 bool, const variable_map&); + // Module `install` requires bootstrapping. + // + // `install` -- registers the install, uninstall, and update-for-install + // operations, registers/sets variables, and registers + // functions and rules. + // extern "C" LIBBUILD2_SYMEXPORT const module_functions* build2_install_load (); } |