diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2009-12-24 02:08:15 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2009-12-24 02:08:15 +0000 |
commit | d3a7b3d0c46469ce0d5a34038d8cbf4f09c6501a (patch) | |
tree | 5864112981497947fc5628d4f41fb0b414193be7 /usr.bin/mandoc/Makefile | |
parent | 285828366da4ac012a9d4fa4ced9ecd3cdd58af4 (diff) |
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
Diffstat (limited to 'usr.bin/mandoc/Makefile')
-rw-r--r-- | usr.bin/mandoc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 <bsd.own.mk> -VERSION=1.9.13 +VERSION=1.9.14 CFLAGS+=-DVERSION=\"${VERSION}\" CFLAGS+=-W -Wall -Wstrict-prototypes .if ${USE_GCC3:L} != "no" |