From f916fcaaae92aa57dd1d644badd1979bd93a4d35 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Mon, 18 Jan 2016 17:53:44 -0500 Subject: Add support for spellchecking with a custom dictionary. To use: 1. Install aspell 2. waf spell * 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. --- user/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user/wscript') diff --git a/user/wscript b/user/wscript index 0956726..0565c4b 100644 --- a/user/wscript +++ b/user/wscript @@ -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) -- cgit v1.2.3