summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2013-10-06 23:59:59 +0000
committerschwarze <schwarze@openbsd.org>2013-10-06 23:59:59 +0000
commit59ae44fa88c6e8586c746769cdbd9d9cdd0f14b9 (patch)
tree9e461e579ecbd3bef80144768f716cb6001c6928
parentWe don't do hyphenation, but we allow breaking the line at hyphens that are (diff)
downloadwireguard-openbsd-59ae44fa88c6e8586c746769cdbd9d9cdd0f14b9.tar.xz
wireguard-openbsd-59ae44fa88c6e8586c746769cdbd9d9cdd0f14b9.zip
Yesterday, i released (portable) mandoc 1.12.2, so bump our VERSION, too.
No merging is needed; basically, mandoc is developed here and mdocml.bsd.lv is not really "upstream", but just OpenBSD plus compatibility goo. All the same, the exercise is far from useless: NetBSD, FreeBSD, and DragonFly have mandoc in base, NetBSD uses it by default to show manuals, and FreeBSD and DragonFly have finally come close to switching away from groff as well. Useful bug reports come in and help making our mandoc better. Maybe we should list mandoc as an OpenBSD associated project on index.html.
-rw-r--r--usr.bin/mandoc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mandoc/Makefile b/usr.bin/mandoc/Makefile
index c67f79c002f..0c0c5139022 100644
--- a/usr.bin/mandoc/Makefile
+++ b/usr.bin/mandoc/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.70 2013/08/06 19:11:53 miod Exp $
+# $OpenBSD: Makefile,v 1.71 2013/10/06 23:59:59 schwarze Exp $
.include <bsd.own.mk>
-CFLAGS+=-DVERSION=\"1.12.1\"
+CFLAGS+=-DVERSION=\"1.12.2\"
CFLAGS+=-W -Wall -Wstrict-prototypes -Wno-unused-parameter
SRCS= roff.c tbl.c tbl_opts.c tbl_layout.c tbl_data.c eqn.c mandoc.c read.c