Annotation of mandoc/regress/mdoc/Nm/Makefile, Revision 1.3
1.1 schwarze 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:
1.2 schwarze 7: LINT_TARGETS = badNAME badNAMEuse break broken
1.1 schwarze 8:
1.3 ! schwarze 9: MARKDOWN_TARGETS = break broken empty
! 10: MARKDOWN_TARGETS += font long par parns punct
! 11:
1.1 schwarze 12: # groff-1.22.3/mandoc differences:
13: # - When the head of an Nm block in the SYNOPSIS is broken by an
14: # explicit block end macro on the same line, formatting differs,
15: # but doesn't make sense either way.
16: # - Groff doesn't support the nS register.
17:
18: SKIP_GROFF = broken parns
19: SKIP_TMAN = broken par parns
20:
21: # groff-1.22.3 defect:
22: # When a SYNOPSIS Nm block head breaks a sub block, all the
23: # remaining content in the document gets lost.
24:
25: SKIP_GROFF += break
26:
27: .include <bsd.regress.mk>
CVSweb