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

Diff for /mandoc/regress/man/TS/Makefile between version 1.1 and 1.2

version 1.1, 2017/02/08 03:02:32 version 1.2, 2020/01/08 10:37:56
Line 2 
Line 2 
   
 REGRESS_TARGETS = break vspace  REGRESS_TARGETS = break vspace
 LINT_TARGETS    = break  LINT_TARGETS    = break
   GOPTS           = -t
   
 # groff-1.22.3 defect:  # groff-1.22.3 defect:
 # - Starting a table in next-line scope confuses font handling,  # - Starting a table in next-line scope confuses font handling,
 #   and in the case of .TP indentation as well.  #   and in the case of .TP indentation as well.
   
 SKIP_GROFF      = break  SKIP_GROFF      = break
   
   
 # OpenBSD only: maintainer targets  
   
 TBL=/usr/local/bin/tbl  
   
 .for t in ${REGRESS_TARGETS}  
 ${t}.out_ascii: ${t}.in  
         ${TBL} ${.ALLSRC} | ${NROFF} ${NOPTS} -Tascii > ${.TARGET}  
 .endfor  
   
 .include <bsd.regress.mk>  .include <bsd.regress.mk>

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

CVSweb