summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2010-05-14 01:54:38 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2010-05-14 01:54:38 +0000
commit42b6606b4eb4bb1febdeb1a090f94bd2141fe5d5 (patch)
tree7a4e464e0856eb74c6001784194acb407c54dab2 /usr.bin/mandoc/Makefile
parentbc9636292b520c29ccc25c4e46b001cbe0b94be2 (diff)
merge 1.9.24, keeping local patches; some changes:
* preserve multiple consecutive space characters in input * do not restrict .Cd and .Rv to certain sections (requested by Joerg) * do not run lookup() on quoted words * enum return types for mdoc_args and mdoc_argv * fix auto-closing of LINK tag in -Txhtml (from Daniel Friesel) * various lint and manual fixes
Diffstat (limited to 'usr.bin/mandoc/Makefile')
-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 0a1b5dac4b0..eb11454f98d 100644
--- a/usr.bin/mandoc/Makefile
+++ b/usr.bin/mandoc/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.34 2010/05/10 18:20:31 drahn Exp $
+# $OpenBSD: Makefile,v 1.35 2010/05/14 01:54:37 schwarze Exp $
.include <bsd.own.mk>
-VERSION=1.9.23
+VERSION=1.9.24
CFLAGS+=-DVERSION=\"${VERSION}\"
CFLAGS+=-W -Wall -Wstrict-prototypes