diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |