summaryrefslogtreecommitdiff
path: root/share/doc/usd/02.learn/Makefile
blob: 1375c5f6f8a01045894d78892a6bd6be2cd9e3e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$OpenBSD: Makefile,v 1.1 1998/09/20 23:11:04 ian Exp $
#	@(#) This version did not come via Berkeley, but direct from Bell Labs.

DIR=	usd/02.learn
SRCS=	learn.ms
FILES=	COPYRIGHT $(SRCS)
MACROS=	-ms

paper.ps: ${SRCS}
	${TBL} ${SRCS} | ${ROFF} > ${.TARGET}

.include <bsd.doc.mk>