[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.1 and 1.2

version 1.1, 2017/02/08 03:03:30 version 1.2, 2017/06/16 20:01:08
Line 1 
Line 1 
 # $OpenBSD$  # $OpenBSD$
   
 REGRESS_TARGETS  = center complex empty emptyline numbers span  REGRESS_TARGETS  = center complex empty emptyline
   REGRESS_TARGETS += lines lines-nogroff numbers span
 LINT_TARGETS     = complex empty  LINT_TARGETS     = complex empty
   
 # groff-1.22.3 defect:  # groff-1.22.3 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,
   #   vertical lines extend beyond the top of the table.
   
 SKIP_GROFF       = empty  SKIP_GROFF       = empty lines-nogroff
   
 .include <bsd.regress.mk>  .include <bsd.regress.mk>

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

CVSweb