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

Annotation of mandoc/regress/mdoc/Sh/Makefile, Revision 1.6

1.6     ! schwarze    1: # $OpenBSD: Makefile,v 1.12 2020/02/27 01:25:58 schwarze Exp $
1.1       schwarze    2:
                      3: REGRESS_TARGETS         = badNAME before empty emptyNAME first nohead order
1.6     ! schwarze    4: REGRESS_TARGETS        += orderNAME paragraph parbefore parborder punctNAME
        !             5: REGRESS_TARGETS        += subbefore transp
1.1       schwarze    6: LINT_TARGETS    = badNAME before empty emptyNAME first nohead order
1.4       schwarze    7: LINT_TARGETS   += orderNAME parbefore parborder punctNAME subbefore
1.5       schwarze    8: HTML_TARGETS    = paragraph
1.1       schwarze    9:
1.4       schwarze   10: # groff-1.22.3 defects:
                     11: # - .Pp before .Sh NAME causes a blank line before the header line
                     12: # - .Ss before .Sh NAME puts the subsection header before the header line
                     13: # - missing .Sh NAME causes loss of the header and footer lines
                     14: # - .Sh DESCRIPTION Xo aborts the parser
                     15:
                     16: SKIP_GROFF     = parbefore subbefore first empty
1.1       schwarze   17:
                     18: .include <bsd.regress.mk>

CVSweb