projects
/
osm
/
N2VC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eac6d53
)
Docs are build automatically by RTD, so remove from `make release`
author
Cory Johns
<johnsca@gmail.com>
Thu, 29 Jun 2017 19:43:26 +0000
(15:43 -0400)
committer
Cory Johns
<johnsca@gmail.com>
Thu, 29 Jun 2017 19:43:26 +0000
(15:43 -0400)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
2418d1b
..
2e59306
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-28,12
+28,11
@@
docs: .tox
$(BIN)/sphinx-build -b html docs/ docs/_build/
cd docs/_build/ && zip -r docs.zip *
-release:
docs
+release:
git remote | xargs -L1 git fetch --tags
$(PY) setup.py sdist upload
git tag ${VERSION}
git remote | xargs -L1 git push --tags
- @echo "Please manually upload docs/_build/docs.zip via the PyPI website"
upload: release