=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.91 retrieving revision 1.98 diff -u -p -r1.91 -r1.98 --- mandoc/Makefile 2009/02/28 09:51:50 1.91 +++ mandoc/Makefile 2009/03/01 13:09:03 1.98 @@ -1,7 +1,7 @@ .SUFFIXES: .html .sgml -VERSION = 1.3.6 -VDATE = 27 February 2009 +VERSION = 1.3.13 +VDATE = 01 March 2009 CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g @@ -114,6 +114,7 @@ SUCCEED = regress/test.prologue.05 \ regress/test.list.04 \ regress/test.list.05 \ regress/test.list.06 \ + regress/test.list.07 \ regress/test.sh.01 \ regress/test.sh.02 \ regress/test.escape.00 \ @@ -255,7 +256,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.91 2009/02/28 09:51:50 kristaps Exp $$ > .dist/mdocml/pkg/PLIST + echo @comment $$OpenBSD: Makefile,v 1.98 2009/03/01 13:09:03 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