From d3a7b3d0c46469ce0d5a34038d8cbf4f09c6501a Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Thu, 24 Dec 2009 02:08:15 +0000 Subject: sync to 1.9.14: rewrite escape sequence handling: - new function a2roffdeco - font modes (\f) only affect the current stack point - implement scaling (\s) - implement space suppression (\c) - implement non-breaking space (\~) in -Tascii - many manual improvements --- usr.bin/mandoc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/mandoc/Makefile') diff --git a/usr.bin/mandoc/Makefile b/usr.bin/mandoc/Makefile index 25a8d6c61ad..28338b2380e 100644 --- a/usr.bin/mandoc/Makefile +++ b/usr.bin/mandoc/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.23 2009/12/23 22:30:17 schwarze Exp $ +# $OpenBSD: Makefile,v 1.24 2009/12/24 02:08:14 schwarze Exp $ .include -VERSION=1.9.13 +VERSION=1.9.14 CFLAGS+=-DVERSION=\"${VERSION}\" CFLAGS+=-W -Wall -Wstrict-prototypes .if ${USE_GCC3:L} != "no" -- cgit v1.2.3