Annotation of mandoc/regress/tbl/data/Makefile, Revision 1.5
1.5 ! schwarze 1: # $OpenBSD: Makefile,v 1.5 2019/07/18 14:38:47 schwarze Exp $
1.1 schwarze 2:
1.5 ! schwarze 3: REGRESS_TARGETS = blankline block_empty block_unclosed block_width
! 4: REGRESS_TARGETS += block_wrap empty insert
1.4 schwarze 5: LINT_TARGETS = block_unclosed empty insert
1.1 schwarze 6:
7: # groff-1.22.3 defect:
8: # - When a table ends in the middle of a block,
9: # GNU eqn produces no output whatsoever for the whole table.
10:
11: SKIP_GROFF = block_unclosed
12:
13: .include <bsd.regress.mk>
CVSweb