Makefile revision 256281
175584Sru#	From: @(#)Makefile	8.1 (Berkeley) 6/8/93
275584Sru# $FreeBSD: stable/10/share/doc/usd/20.meref/Makefile 106143 2002-10-29 14:56:09Z ru $
375584Sru
475584SruVOLUME=		usd/20.meref
575584SruSRCS=		meref.me-sed
675584SruMACROS=		-me
775584SruGROFFDIR=	${.CURDIR}/../../../../contrib/groff
875584SruSRCDIR=		${GROFFDIR}/doc
975584Sru
1075584Sruversion=`cat ${GROFFDIR}/VERSION`
1175584Srurevision=`sed -e 's/^0$$//' -e 's/^[1-9].*$$/.&/' ${GROFFDIR}/REVISION`
1275584Sru
1375584Srumeref.me-sed: meref.me
1475584Sru	sed -e "s;@VERSION@;$(version)$(revision);" ${.ALLSRC} > ${.TARGET}
1575584Sru
1675584SruCLEANFILES=	${SRCS}
1775584Sru
1875584Sru.include <bsd.doc.mk>
1975584Sru