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

Annotation of mandoc/regress/man/TS/Makefile, Revision 1.3

1.3     ! schwarze    1: # $OpenBSD: Makefile,v 1.5 2025/07/24 17:16:34 schwarze Exp $
1.1       schwarze    2:
                      3: REGRESS_TARGETS        = break vspace
                      4: LINT_TARGETS   = break
1.2       schwarze    5: GOPTS          = -t
1.1       schwarze    6:
1.3     ! schwarze    7: # groff-1.23.0 defect:
1.1       schwarze    8: # - Starting a table in next-line scope confuses font handling,
                      9: #   and in the case of .TP indentation as well.
                     10:
                     11: SKIP_GROFF     = break
                     12:
                     13: .include <bsd.regress.mk>

CVSweb