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