From cddb06c537f1452bb15ab91b00af35e9378bc0d4 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 28 Oct 2016 16:40:44 -0500 Subject: RSB: Initial addition The content was manually converted from Asciidoc to Sphinx and there are some areas which remain to be done. Specifically there are some tables and embedded links which are known to remain but there are almost certainly other things to clean up. --- rsb/wscript | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 rsb/wscript (limited to 'rsb/wscript') diff --git a/rsb/wscript b/rsb/wscript new file mode 100644 index 0000000..4a5f474 --- /dev/null +++ b/rsb/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