summaryrefslogtreecommitdiffstats
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
commit5181e986114c18c409bb0b17c01aa4306c15c24e (patch)
tree2ded27b85f10b0f771f6fc5a128313d0f837b2a3 /Makefile
parente7ff9604055db4b313427625036e15953beaaebc (diff)
downloadmandoc-5181e986114c18c409bb0b17c01aa4306c15c24e.tar.gz
*** 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