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. --- book/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'book') diff --git a/book/wscript b/book/wscript index bcd9860..0503604 100644 --- a/book/wscript +++ b/book/wscript @@ -2,7 +2,7 @@ from sys import path from os.path import abspath, exists path.append(abspath('../common/')) -from waf import cmd_configure_path, cmd_build_path, cmd_options_path +from waf import cmd_configure_path, cmd_build_path, cmd_options_path, spell, cmd_spell def options(ctx): -- cgit v1.2.3