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

1.8     ! schwarze    1: # $OpenBSD: Makefile,v 1.14 2025/01/24 23:22:13 schwarze Exp $
1.1       schwarze    2:
1.8     ! schwarze    3: REGRESS_TARGETS         = allch args break empty journal outside paragraph
        !             4: REGRESS_TARGETS        += rfc three_authors transp
1.2       schwarze    5: UTF8_TARGETS    = allch break empty three_authors
1.1       schwarze    6: LINT_TARGETS    = allch args empty
1.8     ! schwarze    7: HTML_TARGETS    = journal outside paragraph rfc
1.1       schwarze    8:
                      9: # groff-1.22.3 defect:
                     10: # - arguments after .Rs cause the macro to be ignored
                     11:
                     12: SKIP_GROFF      = args
                     13:
                     14: .include <bsd.regress.mk>

CVSweb