source: rtems-docs/shell/wscript @ 3605600

5
Last change on this file since 3605600 was 5d8b0dd, checked in by Chris Johns <chrisj@…>, on 02/12/19 at 23:18:43

waf: Remove as many sys path hacks as we can.

There are still sys.path hacks in the conf.py files. They cannot
be removed because the instance of python running the sphinx-build
command does not see our top level path hacks. I looked at using
PYTHONPATH but I could not figure out how to set a process environ
var for a waf build instance.

  • Property mode set to 100644
File size: 270 bytes
Line 
1from common.waf import cmd_configure as configure
2from common.waf import cmd_build as build
3from common.waf import cmd_options as options
4from common.waf import spell
5from common.waf import cmd_spell
6from common.waf import linkcheck
7from common.waf import cmd_linkcheck
Note: See TracBrowser for help on using the repository browser.