Skip to content

Commit 6941292

Browse files
committed
Remove obsolete test target
Move `all` target to the end
1 parent 2d3a687 commit 6941292

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

Makefile

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ spellcheck: ## Run spellcheck
168168
@echo "Spellcheck is finished; look for any errors in the above output " \
169169
" or in $(BUILDDIR)/spellcheck/ ."
170170

171-
172171
.PHONY: html_meta
173172
html_meta:
174173
python ./docs/addMetaData.py
@@ -182,17 +181,14 @@ doctest:
182181
.PHONY: test
183182
test: clean linkcheck spellcheck ## Run linkcheck, spellcheck
184183

185-
.PHONY: test
186-
testlight: clean spellcheck ## Run spellcheck
187-
188184
.PHONY: deploy
189185
deploy: clean html
190186

191-
.PHONY: all
192-
all: clean spellcheck linkcheck html ## Run checks and build html
193-
194187
.PHONY: livehtml
195188
livehtml:
196189
cd "$(DOCS_DIR)" && sphinx-autobuild \
197190
--ignore "*.swp" \
198191
-b html . "$(BUILDDIR)/html" $(SPHINXOPTS) $(O)
192+
193+
.PHONY: all
194+
all: clean spellcheck linkcheck html ## Run checks and build html

0 commit comments

Comments
 (0)