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

Annotation of mandoc/regress/man/TS/Makefile, Revision 1.1

1.1     ! schwarze    1: # $OpenBSD: Makefile,v 1.3 2015/01/30 21:28:21 schwarze Exp $
        !             2:
        !             3: REGRESS_TARGETS        = break vspace
        !             4: LINT_TARGETS   = break
        !             5:
        !             6: # groff-1.22.3 defect:
        !             7: # - Starting a table in next-line scope confuses font handling,
        !             8: #   and in the case of .TP indentation as well.
        !             9:
        !            10: SKIP_GROFF     = break
        !            11:
        !            12:
        !            13: # OpenBSD only: maintainer targets
        !            14:
        !            15: TBL=/usr/local/bin/tbl
        !            16:
        !            17: .for t in ${REGRESS_TARGETS}
        !            18: ${t}.out_ascii: ${t}.in
        !            19:        ${TBL} ${.ALLSRC} | ${NROFF} ${NOPTS} -Tascii > ${.TARGET}
        !            20: .endfor
        !            21:
        !            22: .include <bsd.regress.mk>

CVSweb