source: rtems-docs/user/wscript @ 86518bd

4.115
Last change on this file since 86518bd was ed3794e, checked in by Amar Takhar <amar@…>, on 01/20/16 at 04:00:32

Add 'waf linkcheck' to check external references.

  • Property mode set to 100644
File size: 217 bytes
RevLine 
[5daabd2]1from sys import path
2from os.path import abspath
3path.append(abspath('../common/'))
4
[ed3794e]5from waf import cmd_configure as configure, cmd_build as build, spell, cmd_spell, cmd_options as options, linkcheck, cmd_linkcheck
[5daabd2]6
Note: See TracBrowser for help on using the repository browser.