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

@ -9,13 +9,13 @@ Autocmake assembles CMake modules, generates ``CMakeLists.txt`` as well as
``setup.py``, which serves as a front-end to ``CMakeLists.txt``. All this is
done based on a lightweight ``autocmake.cfg`` file::
bootstrap.py --update
update.py --self
|
| fetches Autocmake infrastructure
v
autocmake.cfg
|
| bootstrap.py
| update.py
v
CMakeLists.txt (and setup.py front-end)
|