Remove linkcheck echoes: they won't run if there's an error

This commit is contained in:
Hugo van Kemenade 2025-04-27 19:30:18 +03:00
parent fe1934c91e
commit d4f9221e4c

View File

@ -55,10 +55,6 @@ singlehtml: html
.PHONY: linkcheck
linkcheck: BUILDER = linkcheck
linkcheck: html
linkcheck:
@echo
@echo "Link check complete; look for any errors in the above output " \
"or in $(BUILDDIR)/linkcheck/output.txt."
.PHONY: htmlview
htmlview: html