Moved olefile install to docs Makefile

This commit is contained in:
Andrew Murray 2022-09-24 19:31:16 +10:00
parent dd941c85c7
commit e129ec8db7
2 changed files with 1 additions and 2 deletions

View File

@ -18,7 +18,6 @@ coverage:
.PHONY: doc
doc:
python3 -c "import PIL" > /dev/null 2>&1 || python3 -m pip install .
python3 -c "import olefile" > /dev/null 2>&1 || python3 -m pip install olefile
$(MAKE) -C docs html
.PHONY: doccheck

View File

@ -43,7 +43,7 @@ clean:
-rm -rf $(BUILDDIR)/*
install-sphinx:
$(PYTHON) -m pip install --quiet sphinx sphinx-copybutton sphinx-issues sphinx-removed-in sphinxext-opengraph furo
$(PYTHON) -m pip install --quiet sphinx sphinx-copybutton sphinx-issues sphinx-removed-in sphinxext-opengraph furo olefile
html:
$(MAKE) install-sphinx