xref: /original-bsd/usr.bin/learn/USD.doc/Makefile (revision f43fc9d7)
1#	@(#)Makefile	6.2 (Berkeley) 06/30/90
2
3DIR=	usd/02.learn
4SRCS=	p0 p1 p2 p3 p4 p5 p6 p7
5MACROS=	-msU
6
7paper.${PRINTER}: ${SRCS}
8	${REFER} -p Refs -e ${SRCS} | ${TBL} | ${ROFF} > ${.TARGET}
9
10.include <bsd.doc.mk>
11