]> git.cameronkatri.com Git - mandoc.git/blob - regress/mdoc/Sh/Makefile
POSIX make(1) does not support prerequisites on suffix rules.
[mandoc.git] / regress / mdoc / Sh / Makefile
1 # $OpenBSD: Makefile,v 1.14 2020/04/01 20:10:18 schwarze Exp $
2
3 REGRESS_TARGETS = badNAME before empty emptyNAME first nohead order
4 REGRESS_TARGETS += orderNAME paragraph parbefore parborder punctNAME
5 REGRESS_TARGETS += subbefore tag transp
6 LINT_TARGETS = badNAME before empty emptyNAME first nohead order
7 LINT_TARGETS += orderNAME parbefore parborder punctNAME subbefore tag
8 HTML_TARGETS = paragraph tag
9 TAG_TARGETS = tag
10
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
18
19 .include <bsd.regress.mk>