Shut down server after running linkchecker

This commit is contained in:
Frank Dana (FeRD) 2025-11-19 18:55:17 -05:00 committed by james
commit ee8f61f2e5

View file

@ -20,6 +20,7 @@ linkcheck:
$(docsbuilder) -p
linkchecker http://localhost:8080 --check-extern --no-robots \
--ignore-url "drupal.org"
$(docsbuilder) -k
.DEFAULT_GOAL := doc
.PHONY: doc linkcheck serve watch