X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=current%2Fspeller%2FMakefile;fp=current%2Fspeller%2FMakefile;h=b70ed2dc34b8af9652eecc6aff6be43203204283;hb=7b14ba883fb1046508c44be37b4c6ba5da5feacf;hp=0000000000000000000000000000000000000000;hpb=b72d489091bf51f14f63db9bec15fe71fa52a395;p=deb_pkgs%2Fscowl.git diff --git a/current/speller/Makefile b/current/speller/Makefile new file mode 100644 index 0000000..b70ed2d --- /dev/null +++ b/current/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