[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.5

version 1.1, 2017/02/08 03:03:28 version 1.5, 2022/06/03 12:16:02
Line 1 
Line 1 
 # $OpenBSD$  # $OpenBSD$
   #
   # This directory is intended for tests of string *expansion*,
   # in particular testing the behaviour of the \* escape sequence.
   # Tests of string *definitions* are better placed in the roff/ds
   # directory.
   
 REGRESS_TARGETS=escape infinite zerolength name  REGRESS_TARGETS  = dotT escape infinite name std undef zerolength
 LINT_TARGETS = name  LINT_TARGETS     = name std undef
   UTF8_TARGETS     = dotT
   HTML_TARGETS     = dotT
   SKIP_MARKDOWN    = escape infinite name std undef zerolength
   
 # 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.5

CVSweb