mirror of
https://codeberg.org/mhwombat/nix-book.git
synced 2025-12-26 16:24:56 +08:00
added spellcheck
This commit is contained in:
parent
e128006ce2
commit
aa299d9c66
1 changed files with 7 additions and 0 deletions
7
Makefile
7
Makefile
|
|
@ -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 ./$@ < $<
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue