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