summaryrefslogtreecommitdiffstats
path: root/rsb/wscript
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2016-10-28 16:40:44 -0500
committerJoel Sherrill <joel@rtems.org>2016-10-30 12:49:11 -0500
commitcddb06c537f1452bb15ab91b00af35e9378bc0d4 (patch)
tree1b7f06fa42fc27ad9e2f53a94f11bada767139a8 /rsb/wscript
parentwaf: Add top build support. (diff)
downloadrtems-docs-cddb06c537f1452bb15ab91b00af35e9378bc0d4.tar.bz2
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.
Diffstat (limited to '')
-rw-r--r--rsb/wscript6
1 files changed, 6 insertions, 0 deletions
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
+