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,13 +3,13 @@
Updating CMake modules
======================
To update CMake modules you need to run the ``boostrap.py`` script::
To update CMake modules you need to run the ``update.py`` script::
cd cmake
python bootstrap.py ..
python update.py ..
The CMake modules are not fetched or updated at configure time or build time.
In other words, if you never re-run ``boostrap.py`` script and never modify the
In other words, if you never re-run ``update.py`` script and never modify the
CMake module files, then the CMake modules will remain forever frozen.