Initial start of converting the Word outline to Rest

Thanks to Scott Zemerick <scott.zemerick@tmctechnologies.com> for
the analysis and ideas that led to this.
This commit is contained in:
Joel Sherrill
2018-11-21 10:39:04 -06:00
parent f29d91d0f3
commit 1ae5e889fb
31 changed files with 650 additions and 0 deletions

11
eng/wscript Normal file
View File

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