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

1.6     ! schwarze    1: # $OpenBSD: Makefile,v 1.6 2022/04/26 14:46:30 schwarze Exp $
1.1       schwarze    2:
1.5       schwarze    3: REGRESS_TARGETS         = blankline block_empty block_unclosed block_width
1.6     ! schwarze    4: REGRESS_TARGETS        += block_wrap empty escz escz_end insert
1.4       schwarze    5: LINT_TARGETS    = block_unclosed empty insert
1.1       schwarze    6:
1.6     ! schwarze    7: # groff-1.23.0 defects:
1.1       schwarze    8: # - When a table ends in the middle of a block,
                      9: #   GNU eqn produces no output whatsoever for the whole table.
1.6     ! schwarze   10: # - When a table cell ends with a no-advance escape sequence,
        !            11: #   the next cell is appended to the current cell instead of
        !            12: #   aligning it to the next column.
1.1       schwarze   13:
1.6     ! schwarze   14: SKIP_GROFF      = block_unclosed escz_end
1.1       schwarze   15:
                     16: .include <bsd.regress.mk>

CVSweb