=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.105 retrieving revision 1.107 diff -u -p -r1.105 -r1.107 --- mandoc/Makefile 2009/03/04 14:41:40 1.105 +++ mandoc/Makefile 2009/03/05 13:12:12 1.107 @@ -101,7 +101,9 @@ FAIL = regress/test.empty \ regress/test.escape.09 \ regress/test.escape.11 \ regress/test.escape.12 \ - regress/test.escape.14 + regress/test.escape.14 \ + regress/test.argv.01 \ + regress/test.argv.02 SUCCEED = regress/test.prologue.05 \ regress/test.prologue.07 \ @@ -131,7 +133,8 @@ SUCCEED = regress/test.prologue.05 \ regress/test.escape.00 \ regress/test.escape.05 \ regress/test.escape.10 \ - regress/test.escape.13 + regress/test.escape.13 \ + regress/test.argv.00 REGRESS = $(FAIL) $(SUCCEED) @@ -160,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 @@ -269,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.105 2009/03/04 14:41:40 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