=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.66 retrieving revision 1.68 diff -u -p -r1.66 -r1.68 --- mandoc/Makefile 2009/01/21 17:56:32 1.66 +++ mandoc/Makefile 2009/01/22 14:56:21 1.68 @@ -81,7 +81,9 @@ SUCCEED = regress/test.prologue.05 \ regress/test.list.01 \ regress/test.list.02 \ regress/test.list.03 \ - regress/test.list.04 + regress/test.list.04 \ + regress/test.list.05 \ + regress/test.list.06 all: $(BINS) @@ -94,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 @@ -175,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.66 2009/01/21 17:56:32 kristaps Exp $$ > .dist/mdocml/pkg/PLIST + echo @comment $$OpenBSD: Makefile,v 1.68 2009/01/22 14:56:21 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