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

Annotation of mandoc/regress/mdoc/Nm/Makefile, Revision 1.4

1.1       schwarze    1: # $OpenBSD: Makefile,v 1.13 2017/02/06 03:44:37 schwarze Exp $
                      2:
                      3: REGRESS_TARGETS         = badNAME badNAMEuse break broken
                      4: REGRESS_TARGETS        += empty emptyNAME emptyNAMEuse
                      5: REGRESS_TARGETS        += font long par parns punct
                      6:
1.2       schwarze    7: LINT_TARGETS    = badNAME badNAMEuse break broken
1.1       schwarze    8:
                      9: # groff-1.22.3/mandoc differences:
                     10: # - When the head of an Nm block in the SYNOPSIS is broken by an
                     11: #   explicit block end macro on the same line, formatting differs,
                     12: #   but doesn't make sense either way.
                     13: # - Groff doesn't support the nS register.
                     14:
                     15: SKIP_GROFF      = broken parns
                     16: SKIP_TMAN       = broken par parns
                     17:
                     18: # groff-1.22.3 defect:
                     19: # When a SYNOPSIS Nm block head breaks a sub block, all the
                     20: # remaining content in the document gets lost.
                     21:
                     22: SKIP_GROFF     += break
1.4     ! schwarze   23:
        !            24: SKIP_MARKDOWN  ?= badNAME badNAMEuse emptyNAME emptyNAMEuse
1.1       schwarze   25:
                     26: .include <bsd.regress.mk>

CVSweb