]> git.cameronkatri.com Git - mandoc.git/blob - regress/man/UR/Makefile
various nits found with mandoc -Tlint
[mandoc.git] / regress / man / UR / Makefile
1 # $OpenBSD: Makefile,v 1.3 2015/02/06 11:54:03 schwarze Exp $
2
3 REGRESS_TARGETS = args noUE
4 LINT_TARGETS = args noUE
5
6 # groff-1.22.3 defects:
7 # - Without .UE, .UR does not print the URI.
8 # - But .UE prints <> even without .UR.
9
10 SKIP_GROFF = noUE
11
12 .include <bsd.regress.mk>