=================================================================== RCS file: /cvs/mandoc/regress/eqn/Makefile.inc,v retrieving revision 1.1 retrieving revision 1.4 diff -u -p -r1.1 -r1.4 --- mandoc/regress/eqn/Makefile.inc 2017/02/08 03:02:17 1.1 +++ mandoc/regress/eqn/Makefile.inc 2020/07/30 21:42:27 1.4 @@ -1,9 +1,8 @@ -# $OpenBSD: Makefile.inc,v 1.1 2017/02/08 03:02:17 schwarze Exp $ +# $OpenBSD: Makefile.inc,v 1.4 2020/07/30 21:42:27 schwarze Exp $ -EQN = /usr/local/bin/eqn - SKIP_GROFF ?= ${REGRESS_TARGETS} SKIP_TMAN ?= ALL +SKIP_MARKDOWN ?= ALL # OpenBSD only: maintainer targets and custom extraction @@ -12,7 +11,7 @@ _FULLHTMLFILES = ${HTML_TARGETS:S/$/.html/} html-clean: .if !empty(_FULLHTMLFILES) - @rm -f ${_HTMLFILES} ${_FULLHTMLFILES} + rm -f ${_HTMLFILES} ${_FULLHTMLFILES} .endif .for t in ${HTML_TARGETS} @@ -24,5 +23,5 @@ ${t}.out_html: ${t}.in .include "../Makefile.inc" .in.mandoc_html: - @${MANDOC} ${MOPTS} -Thtml ${.IMPSRC} > ${.TARGET:S/mandoc_html$/html/} - @${.CURDIR}/../extract.pl < ${.TARGET:S/mandoc_html$/html/} > ${.TARGET} + ${MANDOC} ${MOPTS} -Thtml ${.IMPSRC} > ${.TARGET:S/mandoc_html$/html/} + ${.CURDIR}/../extract.pl < ${.TARGET:S/mandoc_html$/html/} > ${.TARGET}