summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2010-08-08 18:59:54 +0100
committerNick White <git@njw.me.uk>2010-08-08 18:59:54 +0100
commitac1e187d2e852aa603cf9ff0bb57e67caadd9125 (patch)
treeec54c4164c10b20b16f2a61cc6c82087faa7d7c9 /Makefile
parent6f116ca59eef1fac8e16535cce3fad6c3b63ff69 (diff)
downloadnjw-website-ac1e187d2e852aa603cf9ff0bb57e67caadd9125.tar.bz2
njw-website-ac1e187d2e852aa603cf9ff0bb57e67caadd9125.zip
Set PHONYs in Makefile, and add test target
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