Makefile
changeset 660 5305f170237d
parent 655 c94691a451ca
child 664 77df10cfe3ba
equal deleted inserted replaced
659:3d4ea0a5928f 660:5305f170237d
   668 
   668 
   669 .PHONY: todo
   669 .PHONY: todo
   670 todo:
   670 todo:
   671 	grep -nH 'TODO\|XXX' $(RST_FILES) $(C5_FILES)
   671 	grep -nH 'TODO\|XXX' $(RST_FILES) $(C5_FILES)
   672 
   672 
       
   673 # Install:
       
   674 #   $ sudo apt-get install python3-enchant hunspell-en-us hunspell-en-gb hunspell-en-au hunspell-en-ca
       
   675 .PHONY: check
       
   676 check:
       
   677 	python3 -B py/gadict_spellcheck.py gadict_en-ru+uk.gadict
       
   678 
   673 ################################################################
   679 ################################################################
   674 # Clean targets.
   680 # Clean targets.
   675 
   681 
   676 .PHONY: distclean
   682 .PHONY: distclean
   677 distclean: clean
   683 distclean: clean