Skip to content

Commit e129ec8

Browse files
committed
Moved olefile install to docs Makefile
1 parent dd941c8 commit e129ec8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ coverage:
1818
.PHONY: doc
1919
doc:
2020
python3 -c "import PIL" > /dev/null 2>&1 || python3 -m pip install .
21-
python3 -c "import olefile" > /dev/null 2>&1 || python3 -m pip install olefile
2221
$(MAKE) -C docs html
2322

2423
.PHONY: doccheck

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ clean:
4343
-rm -rf $(BUILDDIR)/*
4444

4545
install-sphinx:
46-
$(PYTHON) -m pip install --quiet sphinx sphinx-copybutton sphinx-issues sphinx-removed-in sphinxext-opengraph furo
46+
$(PYTHON) -m pip install --quiet sphinx sphinx-copybutton sphinx-issues sphinx-removed-in sphinxext-opengraph furo olefile
4747

4848
html:
4949
$(MAKE) install-sphinx

0 commit comments

Comments
 (0)