X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=speller%2FMakefile;h=cf51c14e5e9cec675486161087118e30e69f75b1;hb=b211c54779d230ad3596bed0bb284028c688fd56;hp=b70ed2dc34b8af9652eecc6aff6be43203204283;hpb=adbd0c3d3296ead6c49b4f13012aca4a558efc7f;p=deb_pkgs%2Fscowl.git diff --git a/speller/Makefile b/speller/Makefile index b70ed2d..cf51c14 100644 --- a/speller/Makefile +++ b/speller/Makefile @@ -8,11 +8,14 @@ all: touch .aspell aspell: .aspell -.hunspell: .aspell make-hunspell-dict add-no-suggest en.aff en.dic.supp - ./make-hunspell-dict +.hunspell: make-hunspell-dict add-no-suggest en.aff en.dic.supp README_en.txt.sh + ./make-hunspell-dict -all touch .hunspell hunspell: .hunspell clean: - rm -f .aspell .hunspell - rm -f *.wl en_*.dic en_*.aff *.zip *.tocheck README_en_??.txt + rm -rf hunspell/ *.zip + cat to-clean | xargs rm -f + +to-clean: .gitignore + echo `cat .gitignore | grep -v '^#'` | tr ' ' '\n' | grep -v hunspell/ | grep -v \.zip > to-clean