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

1.3     ! schwarze    1: # $OpenBSD: Makefile,v 1.4 2025/07/24 17:10:22 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:
1.3     ! schwarze    9: SKIP_GROFF      = req
        !            10:
1.2       schwarze   11: # trivial differences to groff-1.23.0:
1.1       schwarze   12: # .TS in a column list causes a blank line in mandoc, but not in GNU tbl(1).
                     13:
1.3     ! schwarze   14: SKIP_GROFF     += column
1.1       schwarze   15:
                     16: .include <bsd.regress.mk>

CVSweb