[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / man / SH

Annotation of mandoc/regress/man/SH/Makefile, Revision 1.4

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

CVSweb