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

Diff for /mandoc/regress/tbl/layout/Makefile between version 1.5 and 1.6

version 1.5, 2020/01/11 21:02:26 version 1.6, 2020/09/01 18:25:29
Line 1 
Line 1 
 # $OpenBSD$  # $OpenBSD$
   
 REGRESS_TARGETS  = badspan center complex empty emptycol emptyline  REGRESS_TARGETS  = badspan center complex empty emptycol emptyline
 REGRESS_TARGETS += lines lines-nogroff numbers shortlines span  REGRESS_TARGETS += lines lines-nogroff numbers
 LINT_TARGETS     = badspan complex empty  REGRESS_TARGETS += shortlines spacing spacing-nogroff span
   LINT_TARGETS     = badspan complex empty spacing-nogroff
   
 # groff-1.22.3 defects:  # groff-1.22.4 defects:
 # - When the layout is completely empty,  # - When the layout is completely empty,
 #   GNU eqn produces no output whatsoever for the whole table.  #   GNU eqn produces no output whatsoever for the whole table.
 # - When there is no horizontal line at the top,  # - When there is no horizontal line at the top,
 #   vertical lines extend beyond the top of the table.  #   vertical lines extend beyond the top of the table.
   # - Excessive spacing modifiers in the layout are honoured.
   
 SKIP_GROFF       = empty lines-nogroff  SKIP_GROFF       = empty lines-nogroff spacing-nogroff
   
 .include <bsd.regress.mk>  .include <bsd.regress.mk>

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

CVSweb