Annotation of mandoc/regress/mdoc/Sh/Makefile, Revision 1.9
1.9 ! schwarze 1: # $OpenBSD: Makefile,v 1.15 2025/07/27 15:38:55 schwarze Exp $
1.1 schwarze 2:
1.9 ! schwarze 3: REGRESS_TARGETS = badNAME before empty emptyNAME first font 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.9 ! schwarze 10: SKIP_MARKDOWN = font
1.1 schwarze 11:
1.4 schwarze 12: # groff-1.22.3 defects:
13: # - .Pp before .Sh NAME causes a blank line before the header line
14: # - .Ss before .Sh NAME puts the subsection header before the header line
15: # - missing .Sh NAME causes loss of the header and footer lines
16: # - .Sh DESCRIPTION Xo aborts the parser
17:
18: SKIP_GROFF = parbefore subbefore first empty
1.1 schwarze 19:
20: .include <bsd.regress.mk>
CVSweb