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

1.1       schwarze    1: # $OpenBSD: Makefile,v 1.6 2014/07/06 19:08:57 schwarze Exp $
                      2:
1.4     ! schwarze    3: REGRESS_TARGETS         = dotT escape infinite name std undef zerolength
1.3       schwarze    4: LINT_TARGETS    = name std undef
1.4     ! schwarze    5: UTF8_TARGETS    = dotT
        !             6: HTML_TARGETS    = dotT
        !             7: SKIP_MARKDOWN   = escape infinite name std undef zerolength
1.1       schwarze    8:
                      9: # The infinite test fails badly with groff-1.20.1:
                     10: # It fails to print the following text.
                     11:
1.2       schwarze   12: SKIP_GROFF     ?= infinite
                     13:
                     14: # Groff can expand standard macros as strings, but mandoc cannot.
                     15:
                     16: SKIP_GROFF     += std
1.1       schwarze   17:
                     18: .include <bsd.regress.mk>

CVSweb