aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Rs/Makefile
blob: 2881b87426e133b8b14efd311f0c8650f79b111f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $OpenBSD: Makefile,v 1.11 2019/01/07 06:51:37 schwarze Exp $

REGRESS_TARGETS	 = allch args break empty paragraph three_authors
UTF8_TARGETS	 = allch break empty three_authors
LINT_TARGETS	 = allch args empty
HTML_TARGETS	 = paragraph

# groff-1.22.3 defect:
# - arguments after .Rs cause the macro to be ignored

SKIP_GROFF	 = args

.include <bsd.regress.mk>