summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-01-22 14:56:21 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-01-22 14:56:21 +0000
commit06244c71f6b136a42451cafaf08d697f02b51bf1 (patch)
treef871787f937efe2d03248289420827e90ae5e50e /Makefile
parentbcc6f45ca445c11a1151680ceca3b9bc8a5f25c7 (diff)
downloadmandoc-06244c71f6b136a42451cafaf08d697f02b51bf1.tar.gz
mandoc-06244c71f6b136a42451cafaf08d697f02b51bf1.tar.zst
mandoc-06244c71f6b136a42451cafaf08d697f02b51bf1.zip
Fix-ups to macro.c.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9e1c2cec..c559c725 100644
--- a/Makefile
+++ b/Makefile
@@ -96,7 +96,7 @@ dist: mdocml-$(VERSION).tar.gz
port: mdocml-oport-$(VERSION).tar.gz
-regress::
+regress:: mdocml
@for f in $(FAIL); do \
echo "./mdocml $$f" ; \
./mdocml $$f 2>/dev/null || continue ; exit 1 ; done