=================================================================== RCS file: /cvs/mandoc/regress/roff/de/Makefile,v retrieving revision 1.2 retrieving revision 1.5 diff -u -p -r1.2 -r1.5 --- mandoc/regress/roff/de/Makefile 2017/03/07 20:00:09 1.2 +++ mandoc/regress/roff/de/Makefile 2019/04/21 23:51:22 1.5 @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.2 2017/03/07 20:00:09 schwarze Exp $ +# $OpenBSD: Makefile,v 1.5 2019/04/21 23:51:22 schwarze Exp $ -REGRESS_TARGETS = append cond escname factorial indir infinite startde TH Dd +REGRESS_TARGETS = append cond empty escname factorial +REGRESS_TARGETS += indir infinite startde tab TH Dd LINT_TARGETS = escname indir infinite -# groff-1.22.3 defect: +# groff-1.22.4 defect: # infinite recursion aborts output completely SKIP_GROFF = infinite @@ -31,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