X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/d9f0f81c846a8405c29870e4a8379e5e79d1cad3..3c72c09b0b46063f51691bedeabc69413194fb61:/regress/roff/de/Makefile?ds=inline diff --git a/regress/roff/de/Makefile b/regress/roff/de/Makefile index 9488ce05..0d4d203f 100644 --- a/regress/roff/de/Makefile +++ b/regress/roff/de/Makefile @@ -1,7 +1,13 @@ -# $OpenBSD: Makefile,v 1.9 2015/02/03 19:37:25 schwarze Exp $ +# $OpenBSD: Makefile,v 1.12 2019/02/06 20:54:28 schwarze Exp $ -REGRESS_TARGETS = append cond escname factorial indir startde TH Dd -LINT_TARGETS = escname indir +REGRESS_TARGETS = append cond escname factorial indir infinite startde tab +REGRESS_TARGETS += TH Dd +LINT_TARGETS = escname indir infinite + +# groff-1.22.4 defect: +# infinite recursion aborts output completely + +SKIP_GROFF = infinite .include @@ -26,10 +32,10 @@ ascii-diff-opt: TH.mandoc_ascii_opt Dd.mandoc_ascii_opt @${DIFF} ${.CURDIR}/Dd.out_ascii_opt Dd.mandoc_ascii_opt TH.mandoc_ascii_opt: TH.in - @${MANDOC} -Tascii -man ${.ALLSRC} > ${.TARGET} + @${MANDOC} -Ios=OpenBSD -Tascii -man ${.ALLSRC} > ${.TARGET} Dd.mandoc_ascii_opt: Dd.in - @${MANDOC} -Tascii -mdoc ${.ALLSRC} > ${.TARGET} + @${MANDOC} -Ios=OpenBSD -Tascii -mdoc ${.ALLSRC} > ${.TARGET} ascii-clean-opt: @rm -f TH.mandoc_ascii_opt Dd.mandoc_ascii_opt