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

Annotation of mandoc/regress/mdoc/Rs/Makefile, Revision 1.2

1.1       schwarze    1: # $OpenBSD: Makefile,v 1.7 2015/02/04 18:03:28 schwarze Exp $
                      2:
                      3: REGRESS_TARGETS         = allch args break empty three_authors
1.2     ! schwarze    4: UTF8_TARGETS    = allch break empty three_authors
1.1       schwarze    5: LINT_TARGETS    = allch args empty
                      6:
                      7: # groff-1.22.3 defect:
                      8: # - arguments after .Rs cause the macro to be ignored
                      9:
                     10: SKIP_GROFF      = args
                     11:
                     12: .include <bsd.regress.mk>

CVSweb