=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.8 retrieving revision 1.11 diff -u -p -r1.8 -r1.11 --- mandoc/Makefile 2008/11/26 21:42:59 1.8 +++ mandoc/Makefile 2008/11/27 13:29:44 1.11 @@ -1,4 +1,4 @@ -CFLAGS += -W -Wall -Wno-unused-parameter -g +CFLAGS += -W -Wall -Wno-unused-parameter -g LINTFLAGS += -c -e -f -u @@ -21,9 +21,10 @@ 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.15 test.20 -SUCCEED = test.7 test.8 test.9 test.10 test.11 test.12 test.13 +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 all: mdocml