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

Annotation of mandoc/regress/tbl/layout/Makefile, Revision 1.1

1.1     ! schwarze    1: # $OpenBSD: Makefile,v 1.2 2015/01/30 00:27:09 schwarze Exp $
        !             2:
        !             3: REGRESS_TARGETS         = center complex empty emptyline numbers span
        !             4: LINT_TARGETS    = complex empty
        !             5:
        !             6: # groff-1.22.3 defect:
        !             7: # - When the layout is completely empty,
        !             8: #   GNU eqn produces no output whatsoever for the whole table.
        !             9:
        !            10: SKIP_GROFF      = empty
        !            11:
        !            12: .include <bsd.regress.mk>

CVSweb