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

Annotation of mandoc/regress/roff/string/Makefile, Revision 1.5

1.5     ! schwarze    1: # $OpenBSD: Makefile,v 1.10 2022/06/03 11:50:25 schwarze Exp $
        !             2: #
        !             3: # This directory is intended for tests of string *expansion*,
        !             4: # in particular testing the behaviour of the \* escape sequence.
        !             5: # Tests of string *definitions* are better placed in the roff/ds
        !             6: # directory.
1.1       schwarze    7:
1.4       schwarze    8: REGRESS_TARGETS         = dotT escape infinite name std undef zerolength
1.3       schwarze    9: LINT_TARGETS    = name std undef
1.4       schwarze   10: UTF8_TARGETS    = dotT
                     11: HTML_TARGETS    = dotT
                     12: SKIP_MARKDOWN   = escape infinite name std undef zerolength
1.1       schwarze   13:
                     14: # The infinite test fails badly with groff-1.20.1:
                     15: # It fails to print the following text.
                     16:
1.2       schwarze   17: SKIP_GROFF     ?= infinite
                     18:
                     19: # Groff can expand standard macros as strings, but mandoc cannot.
                     20:
                     21: SKIP_GROFF     += std
1.1       schwarze   22:
                     23: .include <bsd.regress.mk>

CVSweb