Skip to content

Commit 7eff25d

Browse files
authored
Remove render and pages targets from the Makefile (#3271)
1 parent 2c5152b commit 7eff25d

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Makefile

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -86,16 +86,6 @@ spellcheck: venv
8686
$(VENVDIR)/bin/python3 -m pre_commit --version > /dev/null || $(VENVDIR)/bin/python3 -m pip install pre-commit
8787
$(VENVDIR)/bin/python3 -m pre_commit run --all-files --hook-stage manual codespell
8888

89-
## render (deprecated: use 'make html' alias instead)
90-
.PHONY: render
91-
render: html
92-
@echo "\033[0;33mWarning:\033[0;31m 'make render' \033[0;33mis deprecated, use\033[0;32m 'make html' \033[0;33malias instead\033[0m"
93-
94-
## pages (deprecated: use 'make dirhtml' alias instead)
95-
.PHONY: pages
96-
pages: dirhtml
97-
@echo "\033[0;33mWarning:\033[0;31m 'make pages' \033[0;33mis deprecated, use\033[0;32m 'make dirhtml' \033[0;33malias instead\033[0m"
98-
9989
.PHONY: help
10090
help : Makefile
10191
@echo "Please use \`make <target>' where <target> is one of"

0 commit comments

Comments
 (0)