=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.65 retrieving revision 1.69 diff -u -p -r1.65 -r1.69 --- mandoc/Makefile 2009/01/21 11:35:26 1.65 +++ mandoc/Makefile 2009/02/20 07:43:15 1.69 @@ -3,7 +3,7 @@ VERSION = 1.2.0 CFLAGS += -W -Wall -Wno-unused-parameter -g LIBLNS = macro.ln mdoc.ln hash.ln strings.ln xstd.ln argv.ln \ - validate.ln action.ln + validate.ln action.ln BINLNS = tree.ln mdocml.ln @@ -14,14 +14,14 @@ LLNS = llib-llibmdoc.ln llib-lmdocml.ln LIBS = libmdoc.a LIBOBJS = macro.o mdoc.o hash.o strings.o xstd.o argv.o \ - validate.o action.o + validate.o action.o BINOBJS = tree.o mdocml.o OBJS = $(LIBOBJS) $(BINOBJS) SRCS = macro.c mdoc.c mdocml.c hash.c strings.c xstd.c argv.c \ - validate.c action.c tree.c + validate.c action.c tree.c HEADS = mdoc.h private.h @@ -76,7 +76,14 @@ SUCCEED = regress/test.prologue.05 \ regress/test.prologue.17 \ regress/test.prologue.20 \ regress/test.sh.00 \ - regress/test.name.00 + regress/test.name.00 \ + regress/test.list.00 \ + regress/test.list.01 \ + regress/test.list.02 \ + regress/test.list.03 \ + regress/test.list.04 \ + regress/test.list.05 \ + regress/test.list.06 all: $(BINS) @@ -89,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 @@ -170,7 +177,7 @@ mdocml-oport-$(VERSION).tar.gz: Makefile.port DESCR rmd160 mdocml-$(VERSION).tar.gz >> .dist/mdocml/distinfo sha1 mdocml-$(VERSION).tar.gz >> .dist/mdocml/distinfo install -m 0644 DESCR .dist/mdocml/pkg/DESCR - echo @comment $$OpenBSD: Makefile,v 1.65 2009/01/21 11:35:26 kristaps Exp $$ > .dist/mdocml/pkg/PLIST + echo @comment $$OpenBSD: Makefile,v 1.69 2009/02/20 07:43:15 kristaps Exp $$ > .dist/mdocml/pkg/PLIST echo bin/mdocml >> .dist/mdocml/pkg/PLIST echo lib/libmdoc.a >> .dist/mdocml/pkg/PLIST echo include/mdoc.h >> .dist/mdocml/pkg/PLIST