Annotation of mandoc/regress/mdoc/Sh/Makefile, Revision 1.4
1.1 schwarze 1: # $OpenBSD: Makefile,v 1.7 2017/01/08 00:10:22 schwarze Exp $
2:
3: REGRESS_TARGETS = badNAME before empty emptyNAME first nohead order
1.4 ! schwarze 4: REGRESS_TARGETS += orderNAME 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.1 schwarze 7:
1.4 ! schwarze 8: # groff-1.22.3 defects:
! 9: # - .Pp before .Sh NAME causes a blank line before the header line
! 10: # - .Ss before .Sh NAME puts the subsection header before the header line
! 11: # - missing .Sh NAME causes loss of the header and footer lines
! 12: # - .Sh DESCRIPTION Xo aborts the parser
! 13:
! 14: SKIP_GROFF = parbefore subbefore first empty
1.1 schwarze 15:
16: .include <bsd.regress.mk>
CVSweb