b382ba4fb1
Don't gratuitously pipe thru a cat(1) if NODOCCOMPRESS. Only create _stamp.extra when necessary. Get rid of SOELIMPP and OBJS. Use Groff version of soelim(1); we need its -I option for the following to work. Don't needlessly chdir to SRCDIR. Only a few documents need CD_HACK, and those that need it either use refer(1) or .PSPIC macro which internally uses the .psbb call.
19 lines
436 B
Makefile
19 lines
436 B
Makefile
# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
|
|
# $FreeBSD$
|
|
|
|
VOLUME= usd/19.memacros
|
|
SRCS= meintro.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`
|
|
|
|
meintro.me-sed: meintro.me
|
|
sed -e "s;@VERSION@;$(version)$(revision);" ${.ALLSRC} > ${.TARGET}
|
|
|
|
CLEANFILES= ${SRCS}
|
|
|
|
.include <bsd.doc.mk>
|