Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f446d7a

Browse files
committed
Remove references to make targets deleted in eef7899ea7ab
1 parent 7bf5031 commit f446d7a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Doc/Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ DISTVERSION = $(shell $(PYTHON) tools/sphinxext/patchlevel.py)
1414
ALLSPHINXOPTS = -b $(BUILDER) -d build/doctrees -D latex_paper_size=$(PAPER) \
1515
$(SPHINXOPTS) . build/$(BUILDER) $(SOURCES)
1616

17-
.PHONY: help checkout update build html htmlhelp latex text changes linkcheck \
17+
.PHONY: help build html htmlhelp latex text changes linkcheck \
1818
suspicious coverage doctest pydoc-topics htmlview clean dist check serve \
1919
autobuild-dev autobuild-stable
2020

@@ -36,7 +36,7 @@ help:
3636
@echo " check to run a check for frequent markup errors"
3737
@echo " serve to serve the documentation on the localhost (8000)"
3838

39-
build: checkout
39+
build:
4040
$(SPHINXBUILD) $(ALLSPHINXOPTS)
4141
@echo
4242

@@ -157,7 +157,6 @@ serve:
157157

158158
# for development releases: always build
159159
autobuild-dev:
160-
make update
161160
make dist SPHINXOPTS='-A daily=1 -A versionswitcher=1'
162161
-make suspicious
163162

0 commit comments

Comments
 (0)