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