diff options
author | Jonas Smedegaard <dr@jones.dk> | 2020-06-19 14:16:25 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2020-06-19 14:16:25 +0200 |
commit | 48a6ccf6c20c46d63f27bcda676f06640227bddf (patch) | |
tree | 2f15f1119e483e7a0d55d5bf4eb1379b01bb3631 /Makefile | |
parent | fe7f7845fd2fb332c3be9b9082ec5b5524f2b563 (diff) |
use w3c-linkchecker (not linkchecker: badly maintained in testing/unstable currently)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# Depends: myrepos git mkdocs linkchecker libtext-hogan-perl +# Depends: myrepos git mkdocs w3c-linkchecker libtext-hogan-perl domain ?= example.org shellhost ?= shell.$(domain) @@ -20,7 +20,7 @@ all: doc doc: docs $(patsubst %,docs/%,$(subst -,/,$(notdir $(wildcard source/*)))) mkdocs build - linkchecker site/index.html + checklink site/index.html docs: mkdir -p docs |