From ac1e187d2e852aa603cf9ff0bb57e67caadd9125 Mon Sep 17 00:00:00 2001 From: Nick White Date: Sun, 8 Aug 2010 18:59:54 +0100 Subject: Set PHONYs in Makefile, and add test target --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3