summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2008-12-09 19:57:26 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2008-12-09 19:57:26 +0000
commit0d929500feda128e984bf588a68b3bb51a9df71d (patch)
treebf31eb522fc5c2cc4358e8caa03618655ac7dd8f /Makefile
parentde293edce893b52ed59d9c7bff96f77a591319e1 (diff)
downloadmandoc-0d929500feda128e984bf588a68b3bb51a9df71d.tar.gz
mandoc-0d929500feda128e984bf588a68b3bb51a9df71d.tar.zst
mandoc-0d929500feda128e984bf588a68b3bb51a9df71d.zip
*** empty log message ***
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 42b194ba..6e859670 100644
--- a/Makefile
+++ b/Makefile
@@ -57,11 +57,11 @@ www: $(HTML) $(XML)
regress: mdocml
@for f in $(FAIL); do \
echo "./mdocml $$f" ; \
- ./mdocml $$f 1>/dev/null 2>/dev/null || continue ; \
+ ./mdocml -v $$f 1>/dev/null 2>/dev/null || continue ; \
done
@for f in $(SUCCEED); do \
echo "./mdocml $$f" ; \
- ./mdocml $$f 1>/dev/null || exit 1 ; \
+ ./mdocml -v $$f 1>/dev/null || exit 1 ; \
done
mdocml: mdocml.o libmdocml.a