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

Annotation of mandoc/regress/mdoc/Bl/Makefile, Revision 1.2

1.1       schwarze    1: # $OpenBSD: Makefile,v 1.31 2016/10/17 19:00:16 schwarze Exp $
                      2:
                      3: REGRESS_TARGETS  = item inset diag ohang bullet dash enum hang tag
                      4: REGRESS_TARGETS += column colNoIt extend nested offset secstart
                      5:
                      6: REGRESS_TARGETS += notype multitype badargs
                      7: REGRESS_TARGETS += empty noIt emptyhead emptytag emptyitem multitag
1.2     ! schwarze    8: REGRESS_TARGETS += bareIt bareTa unclosed break breakingIt breakingTa broken
1.1       schwarze    9:
                     10: UTF8_TARGETS    = dash
                     11:
                     12: LINT_TARGETS    = column notype badargs tag
                     13: LINT_TARGETS   += empty noIt emptyhead emptytag emptyitem
                     14: LINT_TARGETS   += bareIt bareTa break breakingIt broken
                     15:
1.2     ! schwarze   16: # groff-mandoc differences:
        !            17: # - groff allows enclosures to span Ta, mandoc does not
        !            18:
        !            19: SKIP_GROFF ?= breakingTa
        !            20:
1.1       schwarze   21: # groff-1.22.3 defects:
                     22: # - lists with missing or late type ruin indentation
                     23: # - empty lists ruin indentation and sometimes cause empty lines
                     24: # - breaking lists continue indefinitely
                     25: # - breaking items sometimes ruin indentation, sometimes abort processing
                     26: # - breaking a list aborts processing
                     27: # - empty -tag item heads lose the blank line and the indentation
                     28:
1.2     ! schwarze   29: SKIP_GROFF += notype empty break breakingIt broken emptytag
1.1       schwarze   30:
1.2     ! schwarze   31: SKIP_TMAN ?= column colNoIt multitype multitag bareTa break breakingTa broken
1.1       schwarze   32:
                     33: # Fixing the indentation in long .IP and .TP tags in -man -Tascii
                     34: # caused a minor regression in -Tman that is not trivial to fix,
                     35: # so disable the related test for now.
                     36:
                     37: SKIP_TMAN += tag
                     38:
                     39: # Empty heads are still mishandled by -Tman.
                     40:
                     41: SKIP_TMAN += emptyhead emptytag
                     42:
                     43: .include <bsd.regress.mk>

CVSweb