Home | History | Annotate | Line # | Download | only in man
      1  1.2       uwe # $NetBSD: Makefile,v 1.2 2018/01/13 14:00:50 uwe Exp $
      2  1.2       uwe 
      3  1.1  christos DIST_SUBDIR=tmac
      4  1.2       uwe 
      5  1.1  christos .include "${.CURDIR}/../../Makefile.inc"
      6  1.1  christos 
      7  1.1  christos # For ms.7
      8  1.2       uwe USETBL=
      9  1.1  christos 
     10  1.1  christos MAN=            groff_ms.7 groff_man.7 groff_me.7 groff_mdoc.7
     11  1.1  christos MAN+=           groff_trace.7 groff_www.7
     12  1.2       uwe MLINKS=         groff_ms.7 ms.7
     13  1.2       uwe MLINKS+=        groff_man.7 man.7
     14  1.2       uwe MLINKS+=        groff_me.7 me.7
     15  1.1  christos MLINKS+=        groff_mdoc.7 mdoc.7 groff_mdoc.7 mdoc.samples.7
     16  1.1  christos 
     17  1.1  christos cleandir: tmac_manclean
     18  1.1  christos 
     19  1.1  christos tmac_manclean:
     20  1.1  christos 	rm -f ${MAN}
     21  1.1  christos 
     22  1.1  christos .include <bsd.man.mk>
     23