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

Diff for /mandoc/regress/roff/ti/Makefile between version 1.1 and 1.2

version 1.1, 2017/05/08 15:34:57 version 1.2, 2020/09/03 17:42:16
Line 1 
Line 1 
 # $OpenBSD$  # $OpenBSD$
   
 REGRESS_TARGETS = basic-mdoc basic-man  REGRESS_TARGETS  = basic-mdoc basic-man wide
   
   # groff-1.22.4 defect:
   # - Excessive temporare indentations cause excessive line lengths
   #   instead of being truncated to resonable indentations.
   
   SKIP_GROFF       = wide
   
 .include <bsd.regress.mk>  .include <bsd.regress.mk>

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

CVSweb