[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.7 and 1.8

version 1.7, 2017/03/08 22:54:34 version 1.8, 2017/06/29 15:22:18
Line 1 
Line 1 
 # $OpenBSD$  # $OpenBSD$
   
 REGRESS_TARGETS  = item inset diag ohang bullet dash enum hang tag  REGRESS_TARGETS  = item inset diag ohang bullet dash enum hang tag
 REGRESS_TARGETS += column colNoIt extend nested offset secstart  REGRESS_TARGETS += column column_nogroff colNoIt
   REGRESS_TARGETS += extend nested offset secstart
   
 REGRESS_TARGETS += notype multitype badargs  REGRESS_TARGETS += notype multitype badargs
 REGRESS_TARGETS += empty noIt emptyhead emptytag emptyitem multitag  REGRESS_TARGETS += empty noIt emptyhead emptytag emptyitem multitag
Line 9  REGRESS_TARGETS += bareIt bareTa unclosed break breaki
Line 10  REGRESS_TARGETS += bareIt bareTa unclosed break breaki
   
 UTF8_TARGETS     = dash  UTF8_TARGETS     = dash
   
 LINT_TARGETS     = column notype badargs tag  LINT_TARGETS     = column column_nogroff 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
   
Line 19  LINT_TARGETS += bareIt bareTa break breakingIt broken
Line 20  LINT_TARGETS += bareIt bareTa break breakingIt broken
 SKIP_GROFF ?= breakingTa  SKIP_GROFF ?= breakingTa
   
 # groff-1.22.3 defects:  # groff-1.22.3 defects:
   # - column list items with no args but multiple lines cause bogus breaks
   # - in column lists, the tab macro cannot be a line macro
 # - lists with missing or late type ruin indentation  # - lists with missing or late type ruin indentation
 # - empty lists ruin indentation and sometimes cause empty lines  # - empty lists ruin indentation and sometimes cause empty lines
 # - breaking lists continue indefinitely  # - breaking lists continue indefinitely
Line 26  SKIP_GROFF ?= breakingTa
Line 29  SKIP_GROFF ?= breakingTa
 # - breaking a list aborts processing  # - breaking a list aborts processing
 # - empty -tag item heads lose the blank line and the indentation  # - empty -tag item heads lose the blank line and the indentation
   
 SKIP_GROFF += notype empty break breakingIt broken emptytag  SKIP_GROFF += column_nogroff notype empty emptytag break breakingIt broken
   
 SKIP_TMAN ?= column colNoIt multitype multitag bareTa break breakingTa broken  SKIP_TMAN ?= column colNoIt multitype multitag bareTa break breakingTa broken
   
Line 38  SKIP_TMAN += tag
Line 41  SKIP_TMAN += tag
   
 # Empty heads are still mishandled by -Tman.  # Empty heads are still mishandled by -Tman.
   
 SKIP_TMAN += emptyhead emptytag  SKIP_TMAN += column_nogroff emptyhead emptytag
   
 # mandoc -T markdown still has issues with badly nested lists  # mandoc -T markdown still has issues with badly nested lists
   

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

CVSweb