File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff 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
10090help : Makefile
10191 @echo " Please use \` make <target>' where <target> is one of"
You can’t perform that action at this time.
0 commit comments