[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.8

1.8     ! schwarze    1: # $OpenBSD: Makefile,v 1.14 2020/04/01 20:10:18 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
1.7       schwarze    5: REGRESS_TARGETS        += subbefore tag transp
1.1       schwarze    6: LINT_TARGETS    = badNAME before empty emptyNAME first nohead order
1.8     ! schwarze    7: LINT_TARGETS   += orderNAME parbefore parborder punctNAME subbefore tag
1.7       schwarze    8: HTML_TARGETS    = paragraph tag
1.8     ! schwarze    9: TAG_TARGETS     = tag
1.1       schwarze   10:
1.4       schwarze   11: # groff-1.22.3 defects:
                     12: # - .Pp before .Sh NAME causes a blank line before the header line
                     13: # - .Ss before .Sh NAME puts the subsection header before the header line
                     14: # - missing .Sh NAME causes loss of the header and footer lines
                     15: # - .Sh DESCRIPTION Xo aborts the parser
                     16:
                     17: SKIP_GROFF     = parbefore subbefore first empty
1.1       schwarze   18:
                     19: .include <bsd.regress.mk>

CVSweb