From 1ae5e889fbf6e5e134402ab9fbdf5878dd9731e8 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 21 Nov 2018 10:39:04 -0600 Subject: Initial start of converting the Word outline to Rest Thanks to Scott Zemerick for the analysis and ideas that led to this. --- eng/wscript | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 eng/wscript (limited to 'eng/wscript') diff --git a/eng/wscript b/eng/wscript new file mode 100644 index 0000000..26ab0ca --- /dev/null +++ b/eng/wscript @@ -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 -- cgit v1.2.3