summaryrefslogtreecommitdiffstats
path: root/share/doc/usd/13.viref/Makefile
blob: c3ad5c7b03f53ba3d8159394cf97578bd52ca522 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#	From: @(#)Makefile	8.16 (Berkeley) 8/15/94
#	$Id: Makefile,v 1.3 1995/11/29 16:25:21 bde Exp $

VOLUME=	usd/13.viref
SRCS=	vi.ref
EXTRA=	ex.cmd.roff ref.so set.opt.roff vi.cmd.roff
OBJS=	index.so
MACROS=	-me
CLEANFILES+=index index.so
USE_SOELIM=	yes
USE_SOELIMPP=	yes
USE_TBL=	yes
SRCDIR=	${.CURDIR}/../../../../contrib/nvi/docs/USD.doc/vi.ref

index.so:: ${SRCS} ${EXTRA}
ALLSRCS=	${SRCS:S;^;${SRCDIR}/;}
index.so:: ${SRCS}
	# Build index.so, side-effect of building the paper.
	${SOELIMPP} -e 's:^\.so index.so$$::' ${ALLSRCS} | ${ROFF} > /dev/null
	sed -e 's/MINUSSIGN/\\-/' \
	    -e 's/DOUBLEQUOTE/""/' \
	    -e "s/SQUOTE/'/" \
	    -e 's/ /__SPACE/g' < index | \
	sort -u '-t	' +0 -1 +1n | awk -f ${SRCDIR}/merge.awk | \
	sed -e 's/__SPACE/ /g' > index.so

.include <bsd.doc.mk>
OpenPOWER on IntegriCloud