]> git.cameronkatri.com Git - mandoc.git/blob - regress/tbl/mod/Makefile
Support two-character font names (BI, CW, CR, CB, CI)
[mandoc.git] / regress / tbl / mod / Makefile
1 # $OpenBSD: Makefile,v 1.6 2021/08/10 12:36:42 schwarze Exp $
2
3 REGRESS_TARGETS = badfont expand expand-toowide font font-eol
4 REGRESS_TARGETS += misalign spacing width
5 LINT_TARGETS = badfont font font-eol
6
7 # groff-1.22.4 defects:
8 # - The "f" font modifier swallows a following newline character.
9 # - When space is insufficient (on either side) for properly aligning
10 # a number, GNU tbl(1) moves the number too much to the right,
11 # overflowing the column, even if space would be sufficient without
12 # left padding.
13
14 SKIP_GROFF = font-eol misalign
15
16 .include <bsd.regress.mk>