Deleted Added
full compact
2c2
< # $FreeBSD: head/share/doc/usd/19.memacros/Makefile 69265 2000-11-27 09:23:27Z ru $
---
> # $FreeBSD: head/share/doc/usd/19.memacros/Makefile 69672 2000-12-06 10:32:40Z ru $
5c5
< SRCS= meintro.me
---
> SRCS= meintro.me-sed
7c7
< SRCDIR= ${.CURDIR}/../../../../contrib/groff/doc
---
> SRCDIR= ${.OBJDIR}
8a9,20
> GROFFDIR=${.CURDIR}/../../../../contrib/groff
>
> .PATH: ${GROFFDIR}/doc
>
> version=`cat ${GROFFDIR}/VERSION`
> revision=`sed -e 's/^0$$//' -e 's/^[1-9].*$$/.&/' ${GROFFDIR}/REVISION`
>
> meintro.me-sed: meintro.me
> sed -e "s;@VERSION@;$(version)$(revision);" ${.ALLSRC} > ${.TARGET}
>
> CLEANFILES+=${SRCS}
>