[BACK]Return to Makefile.inc CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / eqn

Annotation of mandoc/regress/eqn/Makefile.inc, Revision 1.1

1.1     ! schwarze    1: # $OpenBSD: Makefile.inc,v 1.2 2015/02/03 19:37:25 schwarze Exp $
        !             2:
        !             3: EQN = /usr/local/bin/eqn
        !             4:
        !             5: SKIP_GROFF ?= ${REGRESS_TARGETS}
        !             6: SKIP_TMAN ?= ALL
        !             7:
        !             8:
        !             9: # OpenBSD only: maintainer targets and custom extraction
        !            10:
        !            11: _FULLHTMLFILES = ${HTML_TARGETS:S/$/.html/}
        !            12:
        !            13: html-clean:
        !            14: .if !empty(_FULLHTMLFILES)
        !            15:        @rm -f ${_HTMLFILES} ${_FULLHTMLFILES}
        !            16: .endif
        !            17:
        !            18: .for t in ${HTML_TARGETS}
        !            19: ${t}.out_html: ${t}.in
        !            20:        ${MANDOC} ${MOPTS} -Thtml ${.ALLSRC} | \
        !            21:                ${.CURDIR}/../extract.pl > ${.TARGET}
        !            22: .endfor
        !            23:
        !            24: .include "../Makefile.inc"
        !            25:
        !            26: .in.mandoc_html:
        !            27:        @${MANDOC} ${MOPTS} -Thtml ${.IMPSRC} > ${.TARGET:S/mandoc_html$/html/}
        !            28:        @${.CURDIR}/../extract.pl < ${.TARGET:S/mandoc_html$/html/} > ${.TARGET}

CVSweb