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

Diff for /mandoc/regress/eqn/Makefile.inc between version 1.2 and 1.4

version 1.2, 2017/03/08 22:54:24 version 1.4, 2020/07/30 21:42:27
Line 1 
Line 1 
 # $OpenBSD$  # $OpenBSD$
   
 EQN = /usr/local/bin/eqn  
   
 SKIP_GROFF ?= ${REGRESS_TARGETS}  SKIP_GROFF ?= ${REGRESS_TARGETS}
 SKIP_TMAN ?= ALL  SKIP_TMAN ?= ALL
 SKIP_MARKDOWN ?= ALL  SKIP_MARKDOWN ?= ALL
Line 13  _FULLHTMLFILES = ${HTML_TARGETS:S/$/.html/}
Line 11  _FULLHTMLFILES = ${HTML_TARGETS:S/$/.html/}
   
 html-clean:  html-clean:
 .if !empty(_FULLHTMLFILES)  .if !empty(_FULLHTMLFILES)
         @rm -f ${_HTMLFILES} ${_FULLHTMLFILES}          rm -f ${_HTMLFILES} ${_FULLHTMLFILES}
 .endif  .endif
   
 .for t in ${HTML_TARGETS}  .for t in ${HTML_TARGETS}
Line 25  ${t}.out_html: ${t}.in
Line 23  ${t}.out_html: ${t}.in
 .include "../Makefile.inc"  .include "../Makefile.inc"
   
 .in.mandoc_html:  .in.mandoc_html:
         @${MANDOC} ${MOPTS} -Thtml ${.IMPSRC} > ${.TARGET:S/mandoc_html$/html/}          ${MANDOC} ${MOPTS} -Thtml ${.IMPSRC} > ${.TARGET:S/mandoc_html$/html/}
         @${.CURDIR}/../extract.pl < ${.TARGET:S/mandoc_html$/html/} > ${.TARGET}          ${.CURDIR}/../extract.pl < ${.TARGET:S/mandoc_html$/html/} > ${.TARGET}

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.4

CVSweb