]> git.cameronkatri.com Git - mandoc.git/blob - regress/mdoc/Nm/Makefile
Finally port the OpenBSD regression suite.
[mandoc.git] / regress / mdoc / Nm / Makefile
1 # $OpenBSD: Makefile,v 1.13 2017/02/06 03:44:37 schwarze Exp $
2
3 REGRESS_TARGETS = badNAME badNAMEuse break broken
4 REGRESS_TARGETS += empty emptyNAME emptyNAMEuse
5 REGRESS_TARGETS += font long par parns punct
6
7 LINT_TARGETS = badNAME badNAMEuse break
8
9 # groff-1.22.3/mandoc differences:
10 # - When the head of an Nm block in the SYNOPSIS is broken by an
11 # explicit block end macro on the same line, formatting differs,
12 # but doesn't make sense either way.
13 # - Groff doesn't support the nS register.
14
15 SKIP_GROFF = broken parns
16 SKIP_TMAN = broken par parns
17
18 # groff-1.22.3 defect:
19 # When a SYNOPSIS Nm block head breaks a sub block, all the
20 # remaining content in the document gets lost.
21
22 SKIP_GROFF += break
23
24 .include <bsd.regress.mk>