Annotation of mandoc/regress/tbl/mod/Makefile, Revision 1.4
1.1 schwarze 1: # $OpenBSD: Makefile,v 1.2 2015/02/10 11:02:19 schwarze Exp $
2:
1.4 ! schwarze 3: REGRESS_TARGETS = badfont expand expand-toowide font misalign spacing width
1.1 schwarze 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>
CVSweb