=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.176 retrieving revision 1.179 diff -u -p -r1.176 -r1.179 --- mandoc/Makefile 2009/06/12 12:52:50 1.176 +++ mandoc/Makefile 2009/06/15 11:26:17 1.179 @@ -9,8 +9,8 @@ INSTALL_DATA = install -m 0444 INSTALL_LIB = install -m 0644 INSTALL_MAN = $(INSTALL_DATA) -VERSION = 1.7.15 -VDATE = 12 June 2009 +VERSION = 1.7.17 +VDATE = 15 June 2009 VFLAGS = -DVERSION=\"$(VERSION)\" CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g @@ -204,7 +204,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.176 2009/06/12 12:52:50 kristaps Exp $$ > .dist/mdocml/pkg/PLIST + echo @comment $$OpenBSD: Makefile,v 1.179 2009/06/15 11:26:17 kristaps Exp $$ > .dist/mdocml/pkg/PLIST echo bin/mandoc >> .dist/mdocml/pkg/PLIST echo @man man/man1/mandoc.1 >> .dist/mdocml/pkg/PLIST echo @man man/man7/mdoc.7 >> .dist/mdocml/pkg/PLIST @@ -254,10 +254,10 @@ mandoc: $(MAINOBJS) libmdoc.a libman.a sed -e "s!@VERSION@!$(VERSION)!" -e "s!@VDATE@!$(VDATE)!" $< > $@ .1.1.txt: - ./mandoc -Wall,error $< | col -b > $@ + ./mandoc -Wall $< | col -b > $@ .3.3.txt: - ./mandoc -Wall,error $< | col -b > $@ + ./mandoc -Wall $< | col -b > $@ .7.7.txt: - ./mandoc -Wall,error $< | col -b > $@ + ./mandoc -Wall $< | col -b > $@