Updating
This commit is contained in:
parent
64181f9ffc
commit
347d4b432d
6 changed files with 203 additions and 0 deletions
17
Makefile
Normal file
17
Makefile
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
.PHONY: install update docs help
|
||||
|
||||
help:
|
||||
@python -c "$$PRINT_HELP_PYSCRIPT" < $(MAKEFILE_LIST)
|
||||
|
||||
update:
|
||||
git pull origin master
|
||||
|
||||
docs: ## generate Sphinx HTML documentation, including API docs
|
||||
./docs/install.sh
|
||||
|
||||
install:
|
||||
./setup/install.sh
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue