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

Diff for /mandoc/regress/roff/po/Makefile between version 1.1 and 1.2

version 1.1, 2017/06/14 22:51:27 version 1.2, 2020/09/03 20:43:16
Line 1 
Line 1 
 # $OpenBSD$  # $OpenBSD$
   
 REGRESS_TARGETS = basic-mdoc  REGRESS_TARGETS = basic-mdoc range
   
   # groff-1.22.4 defect:
   # - Negative page objects sometimes result in output lines starting
   #   with backspace characters.
   # - Excessive page offsets cause excessive line lengths
   #   instead of being truncated to resonable widths.
   
   SKIP_GROFF       = range
   
 .include <bsd.regress.mk>  .include <bsd.regress.mk>

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

CVSweb