added spellcheck

This commit is contained in:
Amy de Buitléir 2023-12-03 20:07:46 +00:00
parent e128006ce2
commit aa299d9c66

View file

@ -52,3 +52,10 @@ $(PDF_FILE) : $(ADOC_FILES)
clean :
> rm -rf $(HTML_FILE) $(PDF_FILE)
> find source -name '*-generated.adoc' -delete
.PHONY: spellcheck
spellcheck :
> cat index.html | aspell --lang=en_IE --encoding=utf-8 --add-extra-dicts=./wordlist --mode=html list | sort -u
# dictionary/en_book.rws : wordlist
# > aspell --lang=en create master ./$@ < $<