From 21ea76204ce3cc1869257fc8f1585c78d5c4d088 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sat, 24 Jul 2021 00:23:18 -0400 Subject: Whack with club until all links pass linkchecker Most of these weren't really links at all, just unquoted CamelCase. --- GNUmakefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 1648584..94b079b 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -12,6 +12,7 @@ all: trac-to-pelican-home.md tools/extract.py --source-url ${SOURCE_URL} ln -f trac-to-pelican-home.md pelican/content/trac-to-pelican-home.md ./kludge-cgit-urls.py + ./kludge-camelcase-oopsies.py mv pelican/content/DNSSEC/Requirements.md pelican/content/DNSSEC-Requirements.md rmdir pelican/content/DNSSEC cd pelican; pelican --output website --settings pelicanconf.py --fatal errors content @@ -34,4 +35,7 @@ webfsd: @echo http://$$(hostname):8000/ webfsd -r pelican/website -4 -L - -F -f index.html -.PHONY: all clean fetch distclean webfsd +check: + linkchecker pelican/website + +.PHONY: all clean fetch distclean webfsd check -- cgit v1.2.3