summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2b19a33..9e82a32 100644
--- a/Makefile
+++ b/Makefile
@@ -58,5 +58,9 @@ articles/index.txt: $(ARTS)
clean:
rm -f -- $(TARGETS) $(GZIP)
+test:
+ sh ../../tests/spelling.sh $(PAGES)
+
.SUFFIXES: .txt .xml .html .rdf .pdf .tex .gz
.SILENT:
+.PHONY: all clean test