1# $OpenBSD: Makefile,v 1.11 2015/02/02 04:04:18 schwarze Exp $ 2 3REGRESS_TARGETS = badNAME badNAMEuse break broken 4REGRESS_TARGETS += empty emptyNAME emptyNAMEuse 5REGRESS_TARGETS += font long punct 6 7LINT_TARGETS = badNAME badNAMEuse break 8 9# groff-1.22.3/mandoc differences: 10# - When the first Nm does not have an argument but a later one has, 11# mandoc retroactively uses the later name for the earlier instances 12# of Nm, too, while groff does not. 13# - When the head of an Nm block in the SYNOPSIS is broken by an 14# explicit block end macro on the same line, formatting differs, 15# but doesn't make sense either way. 16 17SKIP_GROFF = badNAMEuse emptyNAMEuse broken 18SKIP_TMAN = broken SILENT 19 20# groff-1.22.3 defect: 21# When a SYNOPSIS Nm block head breaks a sub block, all the 22# remaining content in the document gets lost. 23 24SKIP_GROFF += break 25 26.include <bsd.regress.mk> 27