1 1.19 phil # @(#)Makefile 8.1 (Berkeley) 6/8/93 2 1.27 wiz # $NetBSD: Makefile,v 1.27 2003/06/30 18:51:28 wiz Exp $ 3 1.1 cgd 4 1.20 thorpej # IF YOU ADD TO MSRCS, MAKE SURE YOU UPDATE `CATDEPS' IN bsd.man.mk! 5 1.27 wiz #MSRCS= andoc doc doc-ditroff doc-common doc-nroff doc-syms doc2html 6 1.27 wiz MSRCS= doc2html 7 1.27 wiz MMACS= ${MSRCS:S@$@.tmac@g} 8 1.26 mycroft INCS= ${MMACS} 9 1.26 mycroft INCSDIR=${BINDIR}/tmac 10 1.15 christos CLEANFILES+= ${MMACS} 11 1.1 cgd 12 1.23 christos TMACDIR?=${.CURDIR} 13 1.23 christos STRIP_SED = ${TMACDIR}/../me/strip.sed 14 1.2 cgd 15 1.1 cgd # old macros not currently installed... 16 1.6 jtc OFILES= tmac.an.v6compat tmac.an6n tmac.an6t tmac.a tmac.cp tmac.doc.old 17 1.1 cgd 18 1.25 mycroft realall: ${MMACS} 19 1.15 christos 20 1.15 christos .for i in ${MSRCS} 21 1.27 wiz $i.tmac: $i 22 1.24 christos sed -f ${STRIP_SED} < ${.ALLSRC} > ${.TARGET} 23 1.15 christos .endfor 24 1.1 cgd 25 1.1 cgd .include <bsd.prog.mk> 26