mirror of
https://git.rtems.org/rtems-docs/
synced 2025-10-16 22:24:54 +08:00
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.
This commit is contained in:
@@ -2,7 +2,7 @@ from sys import path
|
||||
from os.path import abspath
|
||||
path.append(abspath('../common/'))
|
||||
|
||||
from waf import cmd_configure, cmd_build
|
||||
from waf import cmd_configure, cmd_build, spell, cmd_spell
|
||||
|
||||
def configure(ctx):
|
||||
cmd_configure(ctx)
|
||||
|
Reference in New Issue
Block a user