X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/8ef8ebcf522a1fcfacc2601f9db3f97a55a3ddfd..3c72c09b0b46063f51691bedeabc69413194fb61:/regress/roff/de/Makefile?ds=sidebyside diff --git a/regress/roff/de/Makefile b/regress/roff/de/Makefile index 43bcf00f..0d4d203f 100644 --- a/regress/roff/de/Makefile +++ b/regress/roff/de/Makefile @@ -1,9 +1,10 @@ -# $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 infinite startde TH Dd +REGRESS_TARGETS = append cond escname factorial indir infinite startde tab +REGRESS_TARGETS += 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_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