]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - share/doc/usd/19.memacros/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / share / doc / usd / 19.memacros / Makefile
1 #       From: @(#)Makefile      8.1 (Berkeley) 6/8/93
2 # $FreeBSD$
3
4 VOLUME=         usd/19.memacros
5 SRCS=           meintro.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 meintro.me-sed: meintro.me
14         sed -e "s;@VERSION@;$(version)$(revision);" ${.ALLSRC} > ${.TARGET}
15
16 CLEANFILES=     ${SRCS}
17
18 .include <bsd.doc.mk>