[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.5

1.5     ! schwarze    1: # $OpenBSD: Makefile,v 1.11 2019/01/07 06:51:37 schwarze Exp $
1.1       schwarze    2:
1.5     ! schwarze    3: REGRESS_TARGETS         = allch args break empty paragraph three_authors
1.2       schwarze    4: UTF8_TARGETS    = allch break empty three_authors
1.1       schwarze    5: LINT_TARGETS    = allch args empty
1.5     ! schwarze    6: HTML_TARGETS    = paragraph
1.1       schwarze    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>

CVSweb