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

Annotation of mandoc/regress/tbl/data/Makefile, Revision 1.4

1.4     ! schwarze    1: # $OpenBSD: Makefile,v 1.4 2017/07/04 20:59:17 schwarze Exp $
1.1       schwarze    2:
1.4     ! schwarze    3: REGRESS_TARGETS  = blankline block_unclosed block_width block_wrap empty insert
        !             4: LINT_TARGETS    = block_unclosed empty insert
1.1       schwarze    5:
                      6: # groff-1.22.3 defect:
                      7: # - When a table ends in the middle of a block,
                      8: #   GNU eqn produces no output whatsoever for the whole table.
                      9:
                     10: SKIP_GROFF      = block_unclosed
                     11:
                     12: .include <bsd.regress.mk>

CVSweb