aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2020-06-19 14:16:25 +0200
committerJonas Smedegaard <dr@jones.dk>2020-06-19 14:16:25 +0200
commit48a6ccf6c20c46d63f27bcda676f06640227bddf (patch)
tree2f15f1119e483e7a0d55d5bf4eb1379b01bb3631 /Makefile
parentfe7f7845fd2fb332c3be9b9082ec5b5524f2b563 (diff)
use w3c-linkchecker (not linkchecker: badly maintained in testing/unstable currently)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index cd21f72..0137e88 100644
--- a/Makefile
+++ b/Makefile
@@ -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