* bpo-42238: [doc] Announce the future removal of make suspicous.
* Add a news entry.
"or in build/$(BUILDER)/suspicious.csv. If all issues are false" \
"positives, append that file to tools/susp-ignored.csv."; \
false; }
+ @echo "⚠ make suspicious is deprecated and will be removed soon."
+ @echo "⚠ Use:"
+ @echo "⚠ make check"
+ @echo "⚠ instead."
coverage: BUILDER = coverage
coverage: build
--- /dev/null
+``make -C Doc suspicious`` will be removed soon in favor of ``make -C Doc
+check``, mark it as deprecated.