We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2687781 commit 0e5726cCopy full SHA for 0e5726c
Makefile
@@ -23,13 +23,6 @@ coverage:
23
docs: .FORCE
24
(cd docs; make html)
25
26
-docupdate: docs
27
- git clone https://github.com/petercorke/spatialmath-python.git --branch gh-pages --single-branch gh-pages
28
- cp -r docs/build/html/. gh-pages
29
- git add gh-pages
30
- git commit -m "rebuilt docs"
31
- git push origin gh-pages
32
-
33
dist: .FORCE
34
$(MAKE) test
35
python setup.py sdist
0 commit comments