X-Git-Url: https://git.donarmstrong.com/?p=deb_pkgs%2Fscowl.git;a=blobdiff_plain;f=7.1%2Fspeller%2FMakefile;fp=7.1%2Fspeller%2FMakefile;h=b70ed2dc34b8af9652eecc6aff6be43203204283;hp=0000000000000000000000000000000000000000;hb=01534a94130c1f5a3a230cf4fe18365a235ba271;hpb=7b14ba883fb1046508c44be37b4c6ba5da5feacf diff --git a/7.1/speller/Makefile b/7.1/speller/Makefile new file mode 100644 index 0000000..b70ed2d --- /dev/null +++ b/7.1/speller/Makefile @@ -0,0 +1,18 @@ + +all: + @echo "Please use hunspell or aspell as target" + +.aspell: make-aspell-dict + make -C src deaccent + ./make-aspell-dict + touch .aspell +aspell: .aspell + +.hunspell: .aspell make-hunspell-dict add-no-suggest en.aff en.dic.supp + ./make-hunspell-dict + touch .hunspell +hunspell: .hunspell + +clean: + rm -f .aspell .hunspell + rm -f *.wl en_*.dic en_*.aff *.zip *.tocheck README_en_??.txt