=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.105 retrieving revision 1.106 diff -u -p -r1.105 -r1.106 --- mandoc/Makefile 2009/03/04 14:41:40 1.105 +++ mandoc/Makefile 2009/03/05 12:08:52 1.106 @@ -101,7 +101,8 @@ 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 SUCCEED = regress/test.prologue.05 \ regress/test.prologue.07 \ @@ -131,7 +132,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) @@ -269,7 +271,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.106 2009/03/05 12:08:52 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