Annotation of mandoc/regress/mdoc/Bl/Makefile, Revision 1.1
1.1 ! schwarze 1: # $OpenBSD: Makefile,v 1.31 2016/10/17 19:00:16 schwarze Exp $
! 2:
! 3: REGRESS_TARGETS = item inset diag ohang bullet dash enum hang tag
! 4: REGRESS_TARGETS += column colNoIt extend nested offset secstart
! 5:
! 6: REGRESS_TARGETS += notype multitype badargs
! 7: REGRESS_TARGETS += empty noIt emptyhead emptytag emptyitem multitag
! 8: REGRESS_TARGETS += bareIt bareTa unclosed break breakingIt broken
! 9:
! 10: UTF8_TARGETS = dash
! 11:
! 12: LINT_TARGETS = column notype badargs tag
! 13: LINT_TARGETS += empty noIt emptyhead emptytag emptyitem
! 14: LINT_TARGETS += bareIt bareTa break breakingIt broken
! 15:
! 16: # groff-1.22.3 defects:
! 17: # - lists with missing or late type ruin indentation
! 18: # - empty lists ruin indentation and sometimes cause empty lines
! 19: # - breaking lists continue indefinitely
! 20: # - breaking items sometimes ruin indentation, sometimes abort processing
! 21: # - breaking a list aborts processing
! 22: # - empty -tag item heads lose the blank line and the indentation
! 23:
! 24: SKIP_GROFF ?= notype empty break breakingIt broken emptytag
! 25:
! 26: SKIP_TMAN ?= column colNoIt multitype multitag bareTa break broken
! 27:
! 28: # Fixing the indentation in long .IP and .TP tags in -man -Tascii
! 29: # caused a minor regression in -Tman that is not trivial to fix,
! 30: # so disable the related test for now.
! 31:
! 32: SKIP_TMAN += tag
! 33:
! 34: # Empty heads are still mishandled by -Tman.
! 35:
! 36: SKIP_TMAN += emptyhead emptytag
! 37:
! 38: .include <bsd.regress.mk>
CVSweb