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

Annotation of mandoc/regress/char/unicode/Makefile, Revision 1.1

1.1     ! schwarze    1: # $OpenBSD: Makefile,v 1.4 2014/12/19 04:57:11 schwarze Exp $
        !             2:
        !             3: REGRESS_TARGETS  = ascii input invalid latin1 latin1diff
        !             4: REGRESS_TARGETS += man mdoc named namediff nogroff
        !             5: SKIP_ASCII      = man mdoc
        !             6: UTF8_TARGETS    = ${REGRESS_TARGETS}
        !             7: HTML_TARGETS    = ascii invalid latin1 latin1diff named namediff nogroff
        !             8: LINT_TARGETS    = input invalid
        !             9:
        !            10: SKIP_GROFF      = input nogroff
        !            11: SKIP_GROFF_ASCII = latin1diff namediff
        !            12:
        !            13: .include <bsd.regress.mk>

CVSweb