[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.1

1.1     ! schwarze    1: # $OpenBSD: Makefile,v 1.2 2015/02/10 11:02:19 schwarze Exp $
        !             2:
        !             3: REGRESS_TARGETS         = badfont expand font misalign
        !             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