xref: /csrg-svn/old/lisp/fp/PSD.doc/Makefile (revision 44741)
1#	@(#)Makefile	6.2 (Berkeley) 06/30/90
2
3DIR=	ps2/07.fp
4SRCS = 	manDefs.rno manCh0.rno manCh1.rno manCh2.rno manCh3.rno manCh4.rno \
5	manCh5.rno manCh6.rno manCh7.rno refs.rno manApp.rno
6MACROS= -me
7
8paper.${PRINTER}: ${SRCS}
9	${TBL} ${SRCS} | ${EQN} | ${ROFF} > ${.TARGET}
10
11.include <bsd.doc.mk>
12