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

Diff for /mandoc/regress/mdoc/Rv/Makefile between version 1.2 and 1.3

version 1.2, 2017/03/05 20:01:16 version 1.3, 2017/03/09 15:33:47
Line 2 
Line 2 
   
 REGRESS_TARGETS  = args noname nostd  REGRESS_TARGETS  = args noname nostd
 LINT_TARGETS     = noname nostd  LINT_TARGETS     = noname nostd
 MARKDOWN_TARGETS = args nostd  
   
 # groff-1.22.2 defect:  # groff-1.22.2 defect:
 # - .Rv without -std produces no output  # - .Rv without -std produces no output
   
 SKIP_GROFF       = nostd  SKIP_GROFF       = nostd
   
   # ugly name section output, do not test this for now
   
   SKIP_MARKDOWN   ?= noname
   
 .include <bsd.regress.mk>  .include <bsd.regress.mk>

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

CVSweb