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

Diff for /mandoc/regress/mdoc/Dt/Makefile between version 1.3 and 1.5

version 1.3, 2017/03/08 22:54:43 version 1.5, 2025/07/26 12:48:23
Line 5  REGRESS_TARGETS += missing noarg nobody nosec order
Line 5  REGRESS_TARGETS += missing noarg nobody nosec order
 LINT_TARGETS     = badsec case dupe fourargs late  LINT_TARGETS     = badsec case dupe fourargs late
 LINT_TARGETS    += missing noarg nobody nosec order  LINT_TARGETS    += missing noarg nobody nosec order
   
 SKIP_GROFF       = badsec nobody  
 SKIP_ASCII       = badsec  
 SKIP_MARKDOWN   ?= badsec  
   
 # When the section is missing from the man(7) .TH title line,  # When the section is missing from the man(7) .TH title line,
 # empty parentheses are shown in the page header.  # empty parentheses are shown in the page header.
 # When the section is missing from the mdoc(7) .Dt title line,  # When the section is missing from the mdoc(7) .Dt title line,
Line 16  SKIP_MARKDOWN ?= badsec
Line 12  SKIP_MARKDOWN ?= badsec
 # Hence, there is no bug-compatible translation from mdoc(7)  # Hence, there is no bug-compatible translation from mdoc(7)
 # to man(7) for this case.  That's not mandoc(1)'s fault.  # to man(7) for this case.  That's not mandoc(1)'s fault.
   
 SKIP_TMAN        = fourargs late missing noarg nosec  SKIP_TMAN        = late missing noarg nosec
   
   # The man(7) .TH macro does not support architecture arguments,
   # so machine-dependent manuals cannot be converted faithfully.
   
   SKIP_TMAN       += fourargs
   
 .include <bsd.regress.mk>  .include <bsd.regress.mk>

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

CVSweb