summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2008-12-01 16:01:28 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2008-12-01 16:01:28 +0000
commit184c23d8c4f64f7c9f1dacc99d76d0dd10303386 (patch)
tree5f1f72449b43ab185f0d0006899526e147ce5ec2 /Makefile
parent78514c9d13534db5603803edfe8e818d9fe11597 (diff)
downloadmandoc-184c23d8c4f64f7c9f1dacc99d76d0dd10303386.tar.gz
Considerable scoping fixes.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b39beec1..d799d627 100644
--- a/Makefile
+++ b/Makefile
@@ -21,10 +21,11 @@ CLEAN = mdocml mdocml.tgz $(LLNS) $(LNS) $(OBJS) $(LIBS)
INSTALL = Makefile $(HEADS) $(SRCS) $(MANS)
FAIL = test.0 test.1 test.2 test.3 test.4 test.5 test.6 \
- test.15 test.20 test.22
+ test.15 test.20 test.22 test.24 test.26 test.27 test.30
SUCCEED = test.7 test.8 test.9 test.10 test.11 test.12 test.13 \
- test.14 test.16 test.17 test.18 test.19 test.21 test.23
+ test.14 test.16 test.17 test.18 test.19 test.21 test.23 \
+ test.25 test.28 test.29
all: mdocml