=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.15 retrieving revision 1.16 diff -u -p -r1.15 -r1.16 --- mandoc/Makefile 2008/12/01 15:32:36 1.15 +++ mandoc/Makefile 2008/12/01 16:01:28 1.16 @@ -21,10 +21,11 @@ CLEAN = mdocml mdocml.tgz $(LLNS) $(LNS) $(OBJS) $(LIB 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