aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
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 '#' $@