source: rtems-docs/user/wscript

Last change on this file was 2674d6a, checked in by Chris Johns <chrisj@…>, on 02/21/19 at 02:06:58

user: Remove nit-picky warnings.

  • Property mode set to 100644
File size: 390 bytes
Line 
1from common.waf import cmd_configure as configure
2from common.waf import cmd_build as doc_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
8
9def build(ctx):
10    sources = {
11        'exclude' : ['apps/index.rst']
12    }
13    doc_build(ctx, sources = sources)
Note: See TracBrowser for help on using the repository browser.