]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - share/doc/usd/20.meref/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / share / doc / usd / 20.meref / Makefile
1 #       From: @(#)Makefile      8.1 (Berkeley) 6/8/93
2 # $FreeBSD$
3
4 VOLUME=         usd/20.meref
5 SRCS=           meref.me-sed
6 MACROS=         -me
7 GROFFDIR=       ${.CURDIR}/../../../../contrib/groff
8 SRCDIR=         ${GROFFDIR}/doc
9
10 version=`cat ${GROFFDIR}/VERSION`
11 revision=`sed -e 's/^0$$//' -e 's/^[1-9].*$$/.&/' ${GROFFDIR}/REVISION`
12
13 meref.me-sed: meref.me
14         sed -e "s;@VERSION@;$(version)$(revision);" ${.ALLSRC} > ${.TARGET}
15
16 CLEANFILES=     ${SRCS}
17
18 .include <bsd.doc.mk>