Annotation of mandoc/regress/mdoc/Dd/Makefile, Revision 1.6
1.6 ! schwarze 1: # $OpenBSD: Makefile,v 1.7 2025/07/26 08:55:09 schwarze Exp $
1.1 schwarze 2:
3: REGRESS_TARGETS = badarg dupe late long manarg noarg order
4: LINT_TARGETS = badarg dupe late long manarg noarg order
1.3 schwarze 5:
1.6 ! schwarze 6: # Autodetection fails for late .Dd, so specify -mdoc explicitly.
! 7:
! 8: MOPTS = -mdoc
! 9:
! 10: # groff-1.23.0 defect:
! 11: # - footer fields of excessive length get printed on top of each other
! 12: # rather than breaking the output line.
1.3 schwarze 13:
1.5 schwarze 14: SKIP_GROFF = long
1.1 schwarze 15:
1.6 ! schwarze 16: # groff-1.23.0 regression:
! 17: # - .Dd always ends the manual page and starts a new one
1.1 schwarze 18:
1.6 ! schwarze 19: SKIP_GROFF += dupe late
1.1 schwarze 20:
21: .include <bsd.regress.mk>
CVSweb