summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-05 13:12:12 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-05 13:12:12 +0000
commit74accf0fc23a61d1716812e017394125f5257020 (patch)
tree78d7edfbcd8c74701fc68788b3b58538353c90c8 /Makefile
parent6f9d9cf4d38fa9a821a61f50e3ee7caa2306cdb5 (diff)
downloadmandoc-74accf0fc23a61d1716812e017394125f5257020.tar.gz
mandoc-74accf0fc23a61d1716812e017394125f5257020.tar.zst
mandoc-74accf0fc23a61d1716812e017394125f5257020.zip
Cleaned up ctype functions (netbsd).
Fixed .Ex/.Rv -std usage. Made Ar provide default value.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 84d51e65..ffdb6103 100644
--- a/Makefile
+++ b/Makefile
@@ -102,7 +102,8 @@ FAIL = regress/test.empty \
regress/test.escape.11 \
regress/test.escape.12 \
regress/test.escape.14 \
- regress/test.argv.01
+ regress/test.argv.01 \
+ regress/test.argv.02
SUCCEED = regress/test.prologue.05 \
regress/test.prologue.07 \
@@ -162,7 +163,7 @@ installwww: www
install -m 0444 mdocml-nport-$(VERSION).tar.gz $(PREFIX)/ports-netbsd/
install -m 0444 mdocml-nport-$(VERSION).tar.gz $(PREFIX)/ports-netbsd/mdocml.tar.gz
-regress: mdoclint
+regress: mdoclint $(FAIL) $(SUCCEED)
@for f in $(FAIL); do \
echo "./mdoclint $$f" ; \
./mdoclint $$f 2>/dev/null || continue ; exit 1 ; done