Updating
This commit is contained in:
parent
0603abb37f
commit
1a3949b02f
5 changed files with 209 additions and 5 deletions
16
Makefile
Normal file
16
Makefile
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
.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:
|
||||
stow **/*
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue