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

Annotation of mandoc/regress/tbl/macro/Makefile, Revision 1.2

1.2     ! schwarze    1: # $OpenBSD: Makefile,v 1.3 2022/04/30 18:46:16 schwarze Exp $
1.1       schwarze    2:
1.2     ! schwarze    3: REGRESS_TARGETS         = column man nested req
        !             4: LINT_TARGETS    = man nested req
1.1       schwarze    5:
1.2     ! schwarze    6: # mandoc defect:
        !             7: # mandoc(1) ignores .br inside tbl(7) code.
        !             8:
        !             9: # trivial differences to groff-1.23.0:
1.1       schwarze   10: # .TS in a table causes a blank table line in GNU tbl(1), but not in mandoc.
                     11: # .TS in a column list causes a blank line in mandoc, but not in GNU tbl(1).
                     12:
1.2     ! schwarze   13: SKIP_GROFF      = column nested req
1.1       schwarze   14:
                     15: .include <bsd.regress.mk>

CVSweb