diff options
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 6 |
1 files changed, 5 insertions, 1 deletions
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 |