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

Diff for /mandoc/regress/tbl/macro/Makefile between version 1.1 and 1.2

version 1.1, 2017/02/08 03:03:31 version 1.2, 2022/04/30 18:51:38
Line 1 
Line 1 
 # $OpenBSD$  # $OpenBSD$
   
 REGRESS_TARGETS  = man nested column  REGRESS_TARGETS  = column man nested req
 LINT_TARGETS     = man nested  LINT_TARGETS     = man nested req
   
 # trivial differences to groff-1.22.3:  # mandoc defect:
   # mandoc(1) ignores .br inside tbl(7) code.
   
   # trivial differences to groff-1.23.0:
 # .TS in a table causes a blank table line in GNU tbl(1), but not in mandoc.  # .TS in a table causes a blank table line in GNU tbl(1), but not in mandoc.
 # .TS in a column list causes a blank line in mandoc, but not in GNU tbl(1).  # .TS in a column list causes a blank line in mandoc, but not in GNU tbl(1).
   
 SKIP_GROFF       = nested column  SKIP_GROFF       = column nested req
   
 .include <bsd.regress.mk>  .include <bsd.regress.mk>

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

CVSweb