summaryrefslogtreecommitdiffstats
path: root/share/doc/usd/20.meref
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-10-29 14:56:09 +0000
committerru <ru@FreeBSD.org>2002-10-29 14:56:09 +0000
commit11834b7f231b0729a11f59925ace7a1bfe468b9c (patch)
treea705353b040f762a1e29b454e0f34c5802e4a62a /share/doc/usd/20.meref
parent88d6ca0efa29af6bbdbff6210f18fb12b918d2c4 (diff)
downloadFreeBSD-src-11834b7f231b0729a11f59925ace7a1bfe468b9c.zip
FreeBSD-src-11834b7f231b0729a11f59925ace7a1bfe468b9c.tar.gz
bsd.doc.mk changes:
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.
Diffstat (limited to 'share/doc/usd/20.meref')
-rw-r--r--share/doc/usd/20.meref/Makefile15
1 files changed, 6 insertions, 9 deletions
diff --git a/share/doc/usd/20.meref/Makefile b/share/doc/usd/20.meref/Makefile
index f4bf738..af30e9b 100644
--- a/share/doc/usd/20.meref/Makefile
+++ b/share/doc/usd/20.meref/Makefile
@@ -1,14 +1,11 @@
# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
# $FreeBSD$
-VOLUME= usd/20.meref
-SRCS= meref.me-sed
-MACROS= -me
-SRCDIR= ${.OBJDIR}
-
-GROFFDIR=${.CURDIR}/../../../../contrib/groff
-
-.PATH: ${GROFFDIR}/doc
+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`
@@ -16,6 +13,6 @@ 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}
+CLEANFILES= ${SRCS}
.include <bsd.doc.mk>
OpenPOWER on IntegriCloud