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

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

version 1.1, 2017/02/08 03:03:28 version 1.2, 2017/06/18 17:36:09
Line 1 
Line 1 
 # $OpenBSD$  # $OpenBSD$
   
 REGRESS_TARGETS=escape infinite zerolength name  REGRESS_TARGETS  = escape infinite name std zerolength
 LINT_TARGETS = name  LINT_TARGETS     = name std
   
 # The infinite test fails badly with groff-1.20.1:  # The infinite test fails badly with groff-1.20.1:
 # It fails to print the following text.  # It fails to print the following text.
   
 SKIP_GROFF ?= infinite  SKIP_GROFF      ?= infinite
   
   # Groff can expand standard macros as strings, but mandoc cannot.
   
   SKIP_GROFF      += std
   
 .include <bsd.regress.mk>  .include <bsd.regress.mk>

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

CVSweb