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

Diff for /mandoc/regress/mdoc/Bl/Makefile between version 1.6 and 1.7

version 1.6, 2017/03/08 15:08:36 version 1.7, 2017/03/08 22:54:34
Line 13  LINT_TARGETS  = column notype badargs tag
Line 13  LINT_TARGETS  = column notype badargs tag
 LINT_TARGETS    += empty noIt emptyhead emptytag emptyitem  LINT_TARGETS    += empty noIt emptyhead emptytag emptyitem
 LINT_TARGETS    += bareIt bareTa break breakingIt broken  LINT_TARGETS    += bareIt bareTa break breakingIt broken
   
 MARKDOWN_TARGETS  = item inset diag ohang bullet dash enum hang tag  
 MARKDOWN_TARGETS += column colNoIt extend nested offset secstart  
 MARKDOWN_TARGETS += notype multitype badargs  
 MARKDOWN_TARGETS += empty noIt emptyhead emptytag emptyitem multitag  
 MARKDOWN_TARGETS += bareIt bareTa unclosed breakingIt breakingTa broken  
   
 # groff-mandoc differences:  # groff-mandoc differences:
 # - groff allows enclosures to span Ta, mandoc does not  # - groff allows enclosures to span Ta, mandoc does not
   
Line 45  SKIP_TMAN += tag
Line 39  SKIP_TMAN += tag
 # Empty heads are still mishandled by -Tman.  # Empty heads are still mishandled by -Tman.
   
 SKIP_TMAN += emptyhead emptytag  SKIP_TMAN += emptyhead emptytag
   
   # mandoc -T markdown still has issues with badly nested lists
   
   SKIP_MARKDOWN ?= break
   
 .include <bsd.regress.mk>  .include <bsd.regress.mk>

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

CVSweb