Changeset f916fca in rtems-docs for rtemsconfig/wscript


Ignore:
Timestamp:
01/18/16 22:53:44 (8 years ago)
Author:
Amar Takhar <amar@…>
Branches:
4.11, 5, master
Children:
4f81ff1
Parents:
d389819
git-author:
Amar Takhar <amar@…> (01/18/16 22:53:44)
git-committer:
Amar Takhar <verm@…> (05/03/16 00:51:24)
Message:

Add support for spellchecking with a custom dictionary.

To use:

  1. Install aspell
  2. waf spell <list of files>
    • waf spell mydoc.rst
    • waf spell *.rst

This uses a custom dictionary stored in common/spell/dict/. We should add all
RTEMS and programming terms to this to ensure we are consistent.

Amar.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • rtemsconfig/wscript

    rd389819 rf916fca  
    33path.append(abspath('../common/'))
    44
    5 from waf import cmd_options_path, cmd_configure_path, cmd_build_path
     5from waf import cmd_options_path, cmd_configure_path, cmd_build_path, spell, cmd_spell
    66
    77
Note: See TracChangeset for help on using the changeset viewer.