xref: /csrg-svn/share/me/Makefile (revision 66481)
1*66481Sbostic#	@(#)Makefile	8.2 (Berkeley) 03/27/94
241647Sbostic
341647SbosticMELIB=	${BINDIR}/me
455562SbosticTMLIB=	${BINDIR}/tmac
534055SbosticMESRCS=	acm.me chars.me deltext.me eqn.me float.me footnote.me \
637839Sbostic	index.me letterhead.me local.me null.me refer.me sh.me \
737839Sbostic	tbl.me thesis.me
8*66481SbosticTMSRCS=	tmac.orig_me
955507SbosticMAN7=	me.0
1019587Seric
1143050Sbosticbeforeinstall:
1243050Sbostic	cd ${.CURDIR}; for i in ${MESRCS}; do \
1334055Sbostic		sed -f strip.sed < $$i > ${DESTDIR}${MELIB}/$$i; \
1441647Sbostic		chown ${BINOWN}.${BINGRP} ${DESTDIR}${MELIB}/$$i; \
1534055Sbostic		chmod 444 ${DESTDIR}${MELIB}/$$i; \
1628338Smckusick	done
1755507Sbostic	cd ${.CURDIR}; for i in ${TMSRCS}; do \
1855507Sbostic		sed -f strip.sed < $$i > ${DESTDIR}${TMLIB}/$$i; \
1955507Sbostic		chown ${BINOWN}.${BINGRP} ${DESTDIR}${TMLIB}/$$i; \
2055507Sbostic		chmod 444 ${DESTDIR}${TMLIB}/$$i; \
2155507Sbostic	done
2255507Sbostic	cd ${.CURDIR}; install -c -o ${BINOWN} -g ${BINGRP} -m 444 revisions \
2355507Sbostic	    ${DESTDIR}${MELIB}/revisions
2419587Seric
2543050Sbostic.include <bsd.prog.mk>
26