Annotation of mandoc/regress/man/SS/Makefile, Revision 1.5
1.5 ! schwarze 1: # $OpenBSD: Makefile,v 1.6 2020/04/04 20:23:07 schwarze Exp $
1.1 schwarze 2:
1.4 schwarze 3: REGRESS_TARGETS = broken broken_eline longarg noarg paragraph vert
1.1 schwarze 4: LINT_TARGETS = broken broken_eline noarg
1.3 schwarze 5: HTML_TARGETS = paragraph
1.5 ! schwarze 6: TAG_TARGETS = paragraph
1.1 schwarze 7:
8: # groff-1.22.3 defects:
9: # - .SS without args just before EOF causes two additional blank lines.
10: # - Empty .SS heads cause additional vertical spacing.
11: # - If .TP or .IP breaks .SS, the tag becomes bold.
12: # - If .HP breaks .SS, a line is broken after the next input line.
13: # - If .RS/RE/nf/fi breaks .SS, the next input line becomes bold.
14: # - .UR does not break .SS.
1.2 schwarze 15: # - blank line in .SS next-line scope causes a blank line
1.1 schwarze 16:
17: SKIP_GROFF = broken broken_eline noarg
18:
19: .include <bsd.regress.mk>
CVSweb