Move Python impl to impls dir.
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# My make-fu style is old and tired. I just want to have a few helper commands.
|
||||
|
||||
WEBSERVER = [email protected]
|
||||
|
||||
.PHONY: clean docs upload-docs
|
||||
|
||||
|
||||
clean:
|
||||
$(RM) -r Thun.egg-info/ dist/ build/ __pycache__/
|
||||
find . -name '*.pyc' | xargs $(RM)
|
||||
|
||||
docs:
|
||||
cd ./docs && make && make mov && cd ./sphinx_docs && make html
|
||||
|
||||
upload-docs: docs
|
||||
ssh $(WEBSERVER) /home/users/s/sf/sforman/backup-and-remove-htdocs
|
||||
rsync -rv --progress ./docs/sphinx_docs/_build/html/ $(WEBSERVER):/home/groups/j/jo/joypy/htdocs/
|
||||
Reference in New Issue
Block a user