Annotation of mandoc/regress/roff/string/Makefile, Revision 1.2
1.1 schwarze 1: # $OpenBSD: Makefile,v 1.6 2014/07/06 19:08:57 schwarze Exp $
2:
1.2 ! schwarze 3: REGRESS_TARGETS = escape infinite name std zerolength
! 4: LINT_TARGETS = name std
1.1 schwarze 5:
6: # The infinite test fails badly with groff-1.20.1:
7: # It fails to print the following text.
8:
1.2 ! schwarze 9: SKIP_GROFF ?= infinite
! 10:
! 11: # Groff can expand standard macros as strings, but mandoc cannot.
! 12:
! 13: SKIP_GROFF += std
1.1 schwarze 14:
15: .include <bsd.regress.mk>
CVSweb