rename bootstrap to update

This commit is contained in:
Radovan Bast
2015-06-04 12:13:44 +02:00
parent 457c8a64b2
commit 3e4272cf14
9 changed files with 29 additions and 29 deletions

View File

@ -3,7 +3,7 @@
Customizing CMake modules
=========================
The ``boostrap.py`` script assembles modules listed in ``autocmake.cfg`` and
The ``update.py`` script assembles modules listed in ``autocmake.cfg`` and
places them inside ``modules/``. You have at least four options to customize
CMake modules:
@ -13,7 +13,7 @@ Directly inside the generated modules directory
The CMake modules can be customized directly inside ``modules/`` but this is
the least elegant solution since the customizations may be overwritten by the
``boostrap.py`` script (use version control).
``update.py`` script (use version control).
Adapt local copies of CMake modules