=================================================================== RCS file: /cvs/mandoc/regress/roff/de/Makefile,v retrieving revision 1.4 retrieving revision 1.7 diff -u -p -r1.4 -r1.7 --- mandoc/regress/roff/de/Makefile 2019/02/06 21:11:46 1.4 +++ mandoc/regress/roff/de/Makefile 2022/08/02 11:28:49 1.7 @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.4 2019/02/06 21:11:46 schwarze Exp $ +# $OpenBSD: Makefile,v 1.7 2022/08/02 11:28:49 schwarze Exp $ -REGRESS_TARGETS = append cond escname factorial indir infinite startde tab -REGRESS_TARGETS += 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.4 defect: @@ -10,41 +10,3 @@ LINT_TARGETS = escname indir infinite SKIP_GROFF = infinite .include - - -# OpenBSD only: non-standard targets - -# --- additions to public targets --- - -all ascii: ascii-diff-opt - -ascii-clean: ascii-clean-opt - -groff: TH.out_ascii_opt Dd.out_ascii_opt - -groff-clean: groff-clean-opt - - -# --- local rules --- - -ascii-diff-opt: TH.mandoc_ascii_opt Dd.mandoc_ascii_opt - @${DIFF} ${.CURDIR}/TH.out_ascii_opt TH.mandoc_ascii_opt - @${DIFF} ${.CURDIR}/Dd.out_ascii_opt Dd.mandoc_ascii_opt - -TH.mandoc_ascii_opt: TH.in - @${MANDOC} -Ios=OpenBSD -Tascii -man ${.ALLSRC} > ${.TARGET} - -Dd.mandoc_ascii_opt: Dd.in - @${MANDOC} -Ios=OpenBSD -Tascii -mdoc ${.ALLSRC} > ${.TARGET} - -ascii-clean-opt: - @rm -f TH.mandoc_ascii_opt Dd.mandoc_ascii_opt - -TH.out_ascii_opt: TH.in - /usr/local/bin/nroff -c -man -Tascii ${.ALLSRC} > ${.TARGET} - -Dd.out_ascii_opt: Dd.in - /usr/local/bin/nroff -c -mdoc -Tascii ${.ALLSRC} > ${.TARGET} - -groff-clean-opt: - rm -f TH.out_ascii_opt Dd.out_ascii_opt