summaryrefslogtreecommitdiffstats
path: root/share/doc/psd/17.m4/Makefile
blob: 0f99fff61171da6ce19ab4a42aa7bcab720bc25f (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
#	@(#)Makefile	8.1 (Berkeley) 6/8/93
# $FreeBSD$

DIR=	psd/17.m4
SRCS=	m4.ms
MACROS=	-msU
GROFF=	groff

all: paper.ps paper.ascii

paper.ps: ${SRCS}
	${GROFF} ${MACROS} ${SRCS} > ${.TARGET}

paper.ascii: ${SRCS}
	${ROFF} ${MACROS} ${SRCS} > ${.TARGET}

paper.ascii.gz: paper.ascii
paper.ps.gz: paper.ps

paper.ascii.gz paper.ps.gz:
	gzip -f ${.TARGET:.gz=}

clean:
	rm -f paper.* *.spell errs Errs make.out Make.log *~

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