diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -51,10 +51,12 @@ stage-5.txt: stage-4.txt convert2.awk awk -f convert2.awk $< > $@.tmp mv $@.tmp $@ -stage-6.md: stage-5.txt Makefile +stage-6.md spellcheck-words: stage-5.txt Makefile @echo '#' $@ @pandoc --from markdown -o $@.tmp.md $< @mv $@.tmp.md $@ + @echo spellcheck + @hunspell -p dict -d nb_NO -l < $@ | sort | uniq -c | sort -n > spellcheck-words constance-ring.md: header.md stage-6.md @echo '#' $@ |
