=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.82 retrieving revision 1.86 diff -u -p -r1.82 -r1.86 --- mandoc/Makefile 2009/02/23 22:51:10 1.82 +++ mandoc/Makefile 2009/02/25 12:38:15 1.86 @@ -1,6 +1,7 @@ .SUFFIXES: .html .sgml -VERSION = 1.3.3 +VERSION = 1.3.5 +VDATE = 25 February 2009 CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g @@ -78,9 +79,15 @@ FAIL = regress/test.empty \ regress/test.prologue.31 \ regress/test.prologue.32 \ regress/test.prologue.33 \ - regress/test.sh.01 \ - regress/test.sh.02 \ - regress/test.sh.03 + regress/test.sh.03 \ + regress/test.escape.01 \ + regress/test.escape.02 \ + regress/test.escape.03 \ + regress/test.escape.04 \ + regress/test.escape.06 \ + regress/test.escape.07 \ + regress/test.escape.08 \ + regress/test.escape.09 SUCCEED = regress/test.prologue.05 \ regress/test.prologue.07 \ @@ -103,7 +110,11 @@ SUCCEED = regress/test.prologue.05 \ regress/test.list.03 \ regress/test.list.04 \ regress/test.list.05 \ - regress/test.list.06 + regress/test.list.06 \ + regress/test.sh.01 \ + regress/test.sh.02 \ + regress/test.escape.00 \ + regress/test.escape.05 REGRESS = $(FAIL) $(SUCCEED) @@ -214,7 +225,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.82 2009/02/23 22:51:10 kristaps Exp $$ > .dist/mdocml/pkg/PLIST + echo @comment $$OpenBSD: Makefile,v 1.86 2009/02/25 12:38:15 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 @@ -258,4 +269,5 @@ mdoclint: $(LINTOBJS) libmdoc.a .sgml.html: validate $< - cp -f $< $@ + sed -e "s!@VERSION@!$(VERSION)!" -e "s!@VDATE@!$(VDATE)!" $< > $@ +