Annotation of mandoc/regress/tbl/layout/Makefile, Revision 1.7
1.7 ! schwarze 1: # $OpenBSD: Makefile,v 1.8 2021/05/16 22:23:57 schwarze Exp $
1.1 schwarze 2:
1.7 ! schwarze 3: REGRESS_TARGETS = badspan center complex empty emptycol emptyline font
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.7 ! schwarze 7: HTML_TARGETS = font
1.1 schwarze 8:
1.6 schwarze 9: # groff-1.22.4 defects:
1.1 schwarze 10: # - When the layout is completely empty,
11: # GNU eqn produces no output whatsoever for the whole table.
1.2 schwarze 12: # - When there is no horizontal line at the top,
13: # vertical lines extend beyond the top of the table.
1.6 schwarze 14: # - Excessive spacing modifiers in the layout are honoured.
1.1 schwarze 15:
1.6 schwarze 16: SKIP_GROFF = empty lines-nogroff spacing-nogroff
1.1 schwarze 17:
18: .include <bsd.regress.mk>
CVSweb