]> git.cameronkatri.com Git - mandoc.git/blob - regress/tbl/mod/Makefile
style message about missing RCS ids; inspired by mdoclint
[mandoc.git] / regress / tbl / mod / Makefile
1 # $OpenBSD: Makefile,v 1.2 2015/02/10 11:02:19 schwarze Exp $
2
3 REGRESS_TARGETS = badfont expand expand-toowide font misalign width
4 LINT_TARGETS = badfont font
5
6 # groff-1.22.3 defects:
7 # - The "f" font modifier swallows a following newline character.
8 # - When space is insufficient (on either side) for properly aligning
9 # a number, GNU tbl(1) moves the number too much to the right,
10 # overflowing the column, even if space would be sufficient without
11 # left padding.
12
13 SKIP_GROFF = badfont misalign
14
15 .include <bsd.regress.mk>