From 2502b13637a000dd804fbf977b0a287fb157ccfc Mon Sep 17 00:00:00 2001 From: Kevin Putnam Date: Thu, 11 Jul 2019 14:57:23 -0700 Subject: [PATCH] Added linkcheck to top level Makefile Signed-off-by: Kevin Putnam --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index a0c9872d..161de77d 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,9 @@ all: html: make -C source html +linkcheck: + make -C source linkcheck + help: @echo "Please use \`make ' where is one of" @echo " html to make standalone HTML files"