diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2011-01-09 14:30:49 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2011-01-09 14:30:49 +0000 |
commit | 486c4709ffb0e5f40552741cda58411b42cba310 (patch) | |
tree | 8011f813dc78d29168ec5f7b88e3d55ba62e6349 /usr.bin/mandoc/Makefile | |
parent | c01d151654069435c88fa92e233bbeb15ca8c294 (diff) |
Sync tbl handling to bsd.lv release 1.10.9:
* .T} can be followed by a delimiter, then more data.
* Do not limit table column widths (improves terminfo(5)).
* Let numerical cells respect explicitly specified minimum cell widths.
* Let terminal output survive missing data cells.
* Parse and ignore arguments in parentheses on layout cell specifications.
* Move tbl_calc() into out.c such that it can be used by all frontends.
* Give tables an HTML class.
* Some cleanup in tbl -Thtml code.
All code by kristaps@.
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 0df572bdefe..872b55dabb5 100644 --- a/usr.bin/mandoc/Makefile +++ b/usr.bin/mandoc/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.51 2011/01/04 22:28:17 schwarze Exp $ +# $OpenBSD: Makefile,v 1.52 2011/01/09 14:30:48 schwarze Exp $ .include <bsd.own.mk> -VERSION=1.10.8 +VERSION=1.10.9 CFLAGS+=-DVERSION=\"${VERSION}\" CFLAGS+=-W -Wall -Wstrict-prototypes |