summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-02-23 22:51:10 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-02-23 22:51:10 +0000
commit6229c59e2536a1921c81abefed1a37bfd01790b0 (patch)
tree4a2795478d7f84d9492fc8644ee3f7fa0ea6f015 /Makefile
parent26a425b21000e073b27f1657befcd4d8253b44b8 (diff)
downloadmandoc-6229c59e2536a1921c81abefed1a37bfd01790b0.tar.gz
Considerably cleaned up the validation code.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8361e20b..443c6e99 100644
--- a/Makefile
+++ b/Makefile
@@ -127,7 +127,7 @@ installwww: www
install -m 0444 mdocml-$(VERSION).tar.gz $(PREFIX)/snapshots/mdocml.tar.gz
install -m 0444 mdocml-oport-$(VERSION).tar.gz $(PREFIX)/ports-openbsd/mdocml.tar.gz
-regress:: mdoclint
+regress::
@for f in $(FAIL); do \
echo "./mdoclint $$f" ; \
./mdoclint $$f 2>/dev/null || continue ; exit 1 ; done