From 72a62ad88f82fe1ffee50024db4dd0f3fa5806f7 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Thu, 3 Nov 2016 16:58:08 +1100 Subject: Rename all manuals with an _ to have a -. It helps released naming of files. --- cpu-supplement/wscript | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 cpu-supplement/wscript (limited to 'cpu-supplement/wscript') diff --git a/cpu-supplement/wscript b/cpu-supplement/wscript new file mode 100644 index 0000000..4a5f474 --- /dev/null +++ b/cpu-supplement/wscript @@ -0,0 +1,6 @@ +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 + -- cgit v1.2.3