=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.106 retrieving revision 1.107 diff -u -p -r1.106 -r1.107 --- mandoc/Makefile 2009/03/05 12:08:52 1.106 +++ mandoc/Makefile 2009/03/05 13:12:12 1.107 @@ -102,7 +102,8 @@ FAIL = regress/test.empty \ regress/test.escape.11 \ regress/test.escape.12 \ regress/test.escape.14 \ - regress/test.argv.01 + regress/test.argv.01 \ + regress/test.argv.02 SUCCEED = regress/test.prologue.05 \ regress/test.prologue.07 \ @@ -162,7 +163,7 @@ installwww: www install -m 0444 mdocml-nport-$(VERSION).tar.gz $(PREFIX)/ports-netbsd/ install -m 0444 mdocml-nport-$(VERSION).tar.gz $(PREFIX)/ports-netbsd/mdocml.tar.gz -regress: mdoclint +regress: mdoclint $(FAIL) $(SUCCEED) @for f in $(FAIL); do \ echo "./mdoclint $$f" ; \ ./mdoclint $$f 2>/dev/null || continue ; exit 1 ; done @@ -271,7 +272,7 @@ mdocml-oport-$(VERSION).tar.gz: mdocml-$(VERSION).tar. 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.106 2009/03/05 12:08:52 kristaps Exp $$ > .dist/mdocml/pkg/PLIST + echo @comment $$OpenBSD: Makefile,v 1.107 2009/03/05 13:12:12 kristaps Exp $$ > .dist/mdocml/pkg/PLIST echo bin/mdocterm >> .dist/mdocml/pkg/PLIST echo bin/mdoctree >> .dist/mdocml/pkg/PLIST echo bin/mdoclint >> .dist/mdocml/pkg/PLIST