Added linkcheck to top level Makefile

Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
This commit is contained in:
Kevin Putnam
2019-07-11 14:57:23 -07:00
parent e169996687
commit 2502b13637
+3
View File
@@ -7,6 +7,9 @@ all:
html:
make -C source html
linkcheck:
make -C source linkcheck
help:
@echo "Please use \`make <target>' where <target> is one of"
@echo " html to make standalone HTML files"