diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-02-23 22:51:10 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-02-23 22:51:10 +0000 |
commit | 6229c59e2536a1921c81abefed1a37bfd01790b0 (patch) | |
tree | 4a2795478d7f84d9492fc8644ee3f7fa0ea6f015 /Makefile | |
parent | 26a425b21000e073b27f1657befcd4d8253b44b8 (diff) | |
download | mandoc-6229c59e2536a1921c81abefed1a37bfd01790b0.tar.gz |
Considerably cleaned up the validation code.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |