mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-06 09:28:51 -06:00
Small updates to Makefile
This commit is contained in:
4
Makefile
4
Makefile
@@ -21,8 +21,8 @@ dist-upload:
|
|||||||
|
|
||||||
docs:
|
docs:
|
||||||
rm -rf ../docs/$(VERSION)
|
rm -rf ../docs/$(VERSION)
|
||||||
cd docs; make clean; make dirhtml
|
cd docs; make dirhtml
|
||||||
rsync -avP --delete-after docs/_build/dirhtml/ ../docs/$(VERSION)
|
rsync -avP --delete-after docs/_build/dirhtml/ ../docs/$(VERSION)/
|
||||||
|
|
||||||
install-deps:
|
install-deps:
|
||||||
$(PIP) install --upgrade pip
|
$(PIP) install --upgrade pip
|
||||||
|
|||||||
Reference in New Issue
Block a user