From 73f2bc518e97c6ca96a8427f9ffa0bd0eaa05144 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Mon, 7 Jul 2025 21:07:22 +0200 Subject: spellcheck-words --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1377d58..06f3d99 100644 --- a/Makefile +++ b/Makefile @@ -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 '#' $@ -- cgit v1.2.3