Add 'waf linkcheck' to check external references.

This commit is contained in:
Amar Takhar
2016-01-19 23:00:32 -05:00
committed by Amar Takhar
parent 9b495a2980
commit ed3794ea39
11 changed files with 25 additions and 11 deletions

View File

@@ -2,5 +2,5 @@ from sys import path
from os.path import abspath
path.append(abspath('../common/'))
from waf import cmd_configure as configure, cmd_build as build, spell, cmd_spell, cmd_options as options
from waf import cmd_configure as configure, cmd_build as build, spell, cmd_spell, cmd_options as options, linkcheck, cmd_linkcheck