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

Diff for /mandoc/regress/tbl/Makefile.inc between version 1.2 and 1.3

version 1.2, 2017/03/09 15:34:01 version 1.3, 2020/01/08 10:37:57
Line 1 
Line 1 
 # $OpenBSD$  # $OpenBSD$
   
 TBL = /usr/local/bin/tbl  
   
 SKIP_TMAN ?= ALL  SKIP_TMAN ?= ALL
 SKIP_MARKDOWN ?= ALL  SKIP_MARKDOWN ?= ALL
   GOPTS = -t
   
 # OpenBSD only: maintainer targets  
   
 .for t in ${REGRESS_TARGETS}  
 ${t}.out_ascii: ${t}.in  
         ${TBL} ${.ALLSRC} | ${NROFF} ${NOPTS} -Tascii > ${.TARGET}  
 .endfor  
   
 .include "../Makefile.inc"  .include "../Makefile.inc"

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

CVSweb