]> git.cameronkatri.com Git - mandoc.git/blob - regress/mdoc/Sh/Makefile
Avoid cross reference to mandoc(1) because it may cause a message
[mandoc.git] / regress / mdoc / Sh / Makefile
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
4 REGRESS_TARGETS += orderNAME parbefore parborder punctNAME subbefore
5 LINT_TARGETS = badNAME before empty emptyNAME first nohead order
6 LINT_TARGETS += orderNAME parbefore parborder punctNAME subbefore
7
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
15
16 .include <bsd.regress.mk>