waf: Add an install command.

This commit is contained in:
Chris Johns
2016-10-31 08:48:21 +11:00
parent 47aad7a5c3
commit dd43d0b0f8
3 changed files with 77 additions and 46 deletions

View File

@@ -2,5 +2,9 @@ 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, linkcheck, cmd_linkcheck
from waf import cmd_configure as configure, \
cmd_build as build, \
spell, \
cmd_spell, \
cmd_options as options, \
linkcheck, cmd_linkcheck