]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - share/doc/usd/20.meref/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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>