diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2020-07-30 21:42:27 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2020-07-30 21:42:27 +0000 |
commit | 5b4cf1561a643f1c2c419e4cc5f2d90813652057 (patch) | |
tree | 0811b8efe168f2f8d35e7da82af0249f7a08b855 /regress/eqn | |
parent | d459bedebdb1ff4369153dce994706f0b5c49680 (diff) | |
download | mandoc-5b4cf1561a643f1c2c419e4cc5f2d90813652057.tar.gz |
trivial sync with OpenBSD
in parts of these files that are not used by -portable;
consequently, no functional change
Diffstat (limited to 'regress/eqn')
-rw-r--r-- | regress/eqn/Makefile.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/regress/eqn/Makefile.inc b/regress/eqn/Makefile.inc index 2e98fb34..9e03e7f8 100644 --- a/regress/eqn/Makefile.inc +++ b/regress/eqn/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.4 2020/01/08 10:17:15 schwarze Exp $ +# $OpenBSD: Makefile.inc,v 1.5 2020/07/30 21:32:19 schwarze Exp $ SKIP_GROFF ?= ${REGRESS_TARGETS} SKIP_TMAN ?= ALL @@ -11,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} @@ -23,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} |