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

Diff for /mandoc/regress/mdoc/Sh/Makefile between version 1.3 and 1.4

version 1.3, 2017/03/09 15:33:48 version 1.4, 2017/04/28 16:25:12
Line 1 
Line 1 
 # $OpenBSD$  # $OpenBSD$
   
 REGRESS_TARGETS  = badNAME before empty emptyNAME first nohead order  REGRESS_TARGETS  = badNAME before empty emptyNAME first nohead order
 REGRESS_TARGETS += orderNAME punctNAME subbefore  REGRESS_TARGETS += orderNAME parbefore parborder punctNAME subbefore
 LINT_TARGETS     = badNAME before empty emptyNAME first nohead order  LINT_TARGETS     = badNAME before empty emptyNAME first nohead order
 LINT_TARGETS    += orderNAME punctNAME subbefore  LINT_TARGETS    += orderNAME parbefore parborder punctNAME subbefore
   
 SKIP_GROFF      = subbefore first empty  # groff-1.22.3 defects:
 SKIP_ASCII      = first  # - .Pp before .Sh NAME causes a blank line before the header line
   # - .Ss before .Sh NAME puts the subsection header before the header line
   # - missing .Sh NAME causes loss of the header and footer lines
   # - .Sh DESCRIPTION Xo aborts the parser
   
   SKIP_GROFF      = parbefore subbefore first empty
   
 .include <bsd.regress.mk>  .include <bsd.regress.mk>

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

CVSweb