Annotation of mandoc/regress/tbl/layout/Makefile, Revision 1.6
1.5 schwarze 1: # $OpenBSD: Makefile,v 1.6 2020/01/11 20:56:26 schwarze Exp $
1.1 schwarze 2:
1.5 schwarze 3: REGRESS_TARGETS = badspan center complex empty emptycol emptyline
1.6 ! schwarze 4: REGRESS_TARGETS += lines lines-nogroff numbers
! 5: REGRESS_TARGETS += shortlines spacing spacing-nogroff span
! 6: LINT_TARGETS = badspan complex empty spacing-nogroff
1.1 schwarze 7:
1.6 ! schwarze 8: # groff-1.22.4 defects:
1.1 schwarze 9: # - When the layout is completely empty,
10: # GNU eqn produces no output whatsoever for the whole table.
1.2 schwarze 11: # - When there is no horizontal line at the top,
12: # vertical lines extend beyond the top of the table.
1.6 ! schwarze 13: # - Excessive spacing modifiers in the layout are honoured.
1.1 schwarze 14:
1.6 ! schwarze 15: SKIP_GROFF = empty lines-nogroff spacing-nogroff
1.1 schwarze 16:
17: .include <bsd.regress.mk>
CVSweb