]> git.cameronkatri.com Git - mandoc.git/blob - regress/mdoc/Rs/Makefile
For accessibility, label the last two widgets in the search form.
[mandoc.git] / regress / mdoc / Rs / Makefile
1 # $OpenBSD: Makefile,v 1.12 2020/02/27 01:25:58 schwarze Exp $
2
3 REGRESS_TARGETS = allch args break empty paragraph three_authors transp
4 UTF8_TARGETS = allch break empty three_authors
5 LINT_TARGETS = allch args empty
6 HTML_TARGETS = paragraph
7
8 # groff-1.22.3 defect:
9 # - arguments after .Rs cause the macro to be ignored
10
11 SKIP_GROFF = args
12
13 .include <bsd.regress.mk>