[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / man / UR

Annotation of mandoc/regress/man/UR/Makefile, Revision 1.1

1.1     ! schwarze    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>

CVSweb