Makefile
changeset 660 5305f170237d
parent 655 c94691a451ca
child 664 77df10cfe3ba
--- a/Makefile	Thu Nov 10 14:51:49 2016 +0200
+++ b/Makefile	Thu Nov 10 16:27:42 2016 +0200
@@ -670,6 +670,12 @@
 todo:
 	grep -nH 'TODO\|XXX' $(RST_FILES) $(C5_FILES)
 
+# Install:
+#   $ sudo apt-get install python3-enchant hunspell-en-us hunspell-en-gb hunspell-en-au hunspell-en-ca
+.PHONY: check
+check:
+	python3 -B py/gadict_spellcheck.py gadict_en-ru+uk.gadict
+
 ################################################################
 # Clean targets.