summaryrefslogtreecommitdiffstatshomepage
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
commitd77fc82b5d003f81e34efe052e70d2a129e9f872 (patch)
tree5c55a345b33abd784bec684bbbb2b42237559b83 /Makefile
parent2f13c0b874bb645b2553d4fb4fdd299d0d6e237b (diff)
downloadmandoc-d77fc82b5d003f81e34efe052e70d2a129e9f872.tar.gz
mandoc-d77fc82b5d003f81e34efe052e70d2a129e9f872.tar.zst
mandoc-d77fc82b5d003f81e34efe052e70d2a129e9f872.zip
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