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

Diff for /mandoc/regress/mdoc/Os/Makefile between version 1.1 and 1.4

version 1.1, 2017/02/08 03:03:03 version 1.4, 2025/07/26 14:17:18
Line 2 
Line 2 
   
 REGRESS_TARGETS  = dupe late long missing  REGRESS_TARGETS  = dupe late long missing
 LINT_TARGETS     = dupe late missing  LINT_TARGETS     = dupe late missing
   
   # groff-1.23.0 defect:
   #  - footer fields of excessive length get printed on top of each other
   #    rather than breaking the output line.
   
 SKIP_GROFF       = long  SKIP_GROFF       = long
   
   # groff-1.23.0 regressions:
   # One header line is printed for every .Os macro, wherever that macro occurs.
   #  - If there is no .Os macro at all, no header is printed anywhere.
   #  - If an .Os macro comes late, a header is printed in the middle
   #    of the page rather than at the top.
   #  - If the .Os macros precedes all .Dt macros, the header
   #    reads "UNTITLED   LOCAL   UNTITLED".
   #  - If there are multiple .Os macros, multiple headers are printed.
   
   SKIP_GROFF      += dupe late missing
   
 .include <bsd.regress.mk>  .include <bsd.regress.mk>

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

CVSweb