=================================================================== RCS file: /cvs/mandoc/regress/roff/de/Makefile,v retrieving revision 1.1 retrieving revision 1.5 diff -u -p -r1.1 -r1.5 --- mandoc/regress/roff/de/Makefile 2017/02/08 03:03:19 1.1 +++ mandoc/regress/roff/de/Makefile 2019/04/21 23:51:22 1.5 @@ -1,8 +1,14 @@ -# $OpenBSD: Makefile,v 1.1 2017/02/08 03:03:19 schwarze Exp $ +# $OpenBSD: Makefile,v 1.5 2019/04/21 23:51:22 schwarze Exp $ -REGRESS_TARGETS = append cond escname factorial indir startde TH Dd -LINT_TARGETS = escname indir +REGRESS_TARGETS = append cond empty escname factorial +REGRESS_TARGETS += indir infinite startde tab 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_op @${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