freebsd-dev/share/doc/usd/20.meref/Makefile

19 lines
427 B
Makefile
Raw Normal View History

# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
1999-08-28 00:22:10 +00:00
# $FreeBSD$
1994-05-30 19:09:18 +00:00
VOLUME= usd/20.meref
SRCS= meref.me-sed
MACROS= -me
GROFFDIR= ${.CURDIR}/../../../../contrib/groff
SRCDIR= ${GROFFDIR}/doc
version=`cat ${GROFFDIR}/VERSION`
revision=`sed -e 's/^0$$//' -e 's/^[1-9].*$$/.&/' ${GROFFDIR}/REVISION`
meref.me-sed: meref.me
sed -e "s;@VERSION@;$(version)$(revision);" ${.ALLSRC} > ${.TARGET}
CLEANFILES= ${SRCS}
1994-05-30 19:09:18 +00:00
.include <bsd.doc.mk>