rtems-docs/rsb/wscript
Joel Sherrill cddb06c537 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.
2016-10-30 12:49:11 -05:00

7 lines
217 B
Python

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