mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-09-25 13:36:58 +03:00
Replace duplicate calls with html target
This commit is contained in:
parent
0d2e1dd17d
commit
fe1934c91e
|
@ -46,21 +46,16 @@ html:
|
||||||
|
|
||||||
.PHONY: dirhtml
|
.PHONY: dirhtml
|
||||||
dirhtml: BUILDER = dirhtml
|
dirhtml: BUILDER = dirhtml
|
||||||
dirhtml:
|
dirhtml: html
|
||||||
$(MAKE) install-sphinx
|
|
||||||
$(SPHINXBUILD) $(ALLSPHINXOPTS)
|
|
||||||
|
|
||||||
.PHONY: singlehtml
|
.PHONY: singlehtml
|
||||||
singlehtml: BUILDER = singlehtml
|
singlehtml: BUILDER = singlehtml
|
||||||
singlehtml:
|
singlehtml: html
|
||||||
$(MAKE) install-sphinx
|
|
||||||
$(SPHINXBUILD) $(ALLSPHINXOPTS)
|
|
||||||
|
|
||||||
.PHONY: linkcheck
|
.PHONY: linkcheck
|
||||||
linkcheck: BUILDER = linkcheck
|
linkcheck: BUILDER = linkcheck
|
||||||
|
linkcheck: html
|
||||||
linkcheck:
|
linkcheck:
|
||||||
$(MAKE) install-sphinx
|
|
||||||
$(SPHINXBUILD) $(ALLSPHINXOPTS)
|
|
||||||
@echo
|
@echo
|
||||||
@echo "Link check complete; look for any errors in the above output " \
|
@echo "Link check complete; look for any errors in the above output " \
|
||||||
"or in $(BUILDDIR)/linkcheck/output.txt."
|
"or in $(BUILDDIR)/linkcheck/output.txt."
|
||||||
|
|
Loading…
Reference in New Issue
Block a user