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

Diff for /mandoc/regress/mdoc/Bf/Makefile between version 1.1 and 1.2

version 1.1, 2017/02/08 03:02:39 version 1.2, 2017/03/08 22:54:32
Line 3 
Line 3 
 REGRESS_TARGETS = nest multiargs badargs break broken  REGRESS_TARGETS = nest multiargs badargs break broken
 LINT_TARGETS    = multiargs badargs break broken  LINT_TARGETS    = multiargs badargs break broken
   
   # mandoc -T markdown ignores .Bf, at least for now
   
   SKIP_MARKDOWN ?= ALL
   
 # groff-1.22.2 defects:  # groff-1.22.2 defects:
 #  - If the first argument to .Bf is a bad one,  #  - If the first argument to .Bf is a bad one,
 #    no block is opened at all and the .Ef causes another error.  #    no block is opened at all and the .Ef causes another error.

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

CVSweb