Deleted Added
sdiff udiff text old ( 69265 ) new ( 69672 )
full compact
1# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
2# $FreeBSD: head/share/doc/usd/19.memacros/Makefile 69672 2000-12-06 10:32:40Z ru $
3
4VOLUME= usd/19.memacros
5SRCS= meintro.me-sed
6MACROS= -me
7SRCDIR= ${.OBJDIR}
8
9GROFFDIR=${.CURDIR}/../../../../contrib/groff
10
11.PATH: ${GROFFDIR}/doc
12
13version=`cat ${GROFFDIR}/VERSION`
14revision=`sed -e 's/^0$$//' -e 's/^[1-9].*$$/.&/' ${GROFFDIR}/REVISION`
15
16meintro.me-sed: meintro.me
17 sed -e "s;@VERSION@;$(version)$(revision);" ${.ALLSRC} > ${.TARGET}
18
19CLEANFILES+=${SRCS}
20
21.include <bsd.doc.mk>