]> git.cameronkatri.com Git - mandoc.git/blob - regress/man/SS/Makefile
For accessibility, label the last two widgets in the search form.
[mandoc.git] / regress / man / SS / Makefile
1 # $OpenBSD: Makefile,v 1.6 2020/04/04 20:23:07 schwarze Exp $
2
3 REGRESS_TARGETS = broken broken_eline longarg noarg paragraph vert
4 LINT_TARGETS = broken broken_eline noarg
5 HTML_TARGETS = paragraph
6 TAG_TARGETS = paragraph
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.
15 # - blank line in .SS next-line scope causes a blank line
16
17 SKIP_GROFF = broken broken_eline noarg
18
19 .include <bsd.regress.mk>