[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / tbl / mod

Annotation of mandoc/regress/tbl/mod/Makefile, Revision 1.5

1.5     ! schwarze    1: # $OpenBSD: Makefile,v 1.6 2021/08/10 12:36:42 schwarze Exp $
1.1       schwarze    2:
1.5     ! schwarze    3: REGRESS_TARGETS         = badfont expand expand-toowide font font-eol
        !             4: REGRESS_TARGETS        += misalign spacing width
        !             5: LINT_TARGETS    = badfont font font-eol
1.1       schwarze    6:
1.5     ! schwarze    7: # groff-1.22.4 defects:
1.1       schwarze    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:
1.5     ! schwarze   14: SKIP_GROFF      = font-eol misalign
1.1       schwarze   15:
                     16: .include <bsd.regress.mk>

CVSweb