mirror of
https://git.rtems.org/rtems-docs/
synced 2025-10-17 14:55:40 +08:00
Initial start of converting the Word outline to Rest
Thanks to Scott Zemerick <scott.zemerick@tmctechnologies.com> for the analysis and ideas that led to this.
This commit is contained in:
11
eng/wscript
Normal file
11
eng/wscript
Normal file
@@ -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
|
Reference in New Issue
Block a user