1# $OpenBSD: Makefile,v 1.8 2021/05/16 22:23:57 schwarze Exp $ 2 3REGRESS_TARGETS = badspan center complex empty emptycol emptyline font 4REGRESS_TARGETS += lines lines-nogroff numbers 5REGRESS_TARGETS += shortlines spacing spacing-nogroff span 6LINT_TARGETS = badspan complex empty spacing-nogroff 7HTML_TARGETS = font 8 9# groff-1.22.4 defects: 10# - When the layout is completely empty, 11# GNU eqn produces no output whatsoever for the whole table. 12# - When there is no horizontal line at the top, 13# vertical lines extend beyond the top of the table. 14# - Excessive spacing modifiers in the layout are honoured. 15 16SKIP_GROFF = empty lines-nogroff spacing-nogroff 17 18.include <bsd.regress.mk> 19