xref: /csrg-svn/old/lisp/fp/PSD.doc/Makefile (revision 44741)
1*44741Sbostic#	@(#)Makefile	6.2 (Berkeley) 06/30/90
2*44741Sbostic
3*44741SbosticDIR=	ps2/07.fp
4*44741SbosticSRCS = 	manDefs.rno manCh0.rno manCh1.rno manCh2.rno manCh3.rno manCh4.rno \
5*44741Sbostic	manCh5.rno manCh6.rno manCh7.rno refs.rno manApp.rno
627511ScucciaMACROS= -me
727511Scuccia
827511Scucciapaper.${PRINTER}: ${SRCS}
9*44741Sbostic	${TBL} ${SRCS} | ${EQN} | ${ROFF} > ${.TARGET}
1027511Scuccia
11*44741Sbostic.include <bsd.doc.mk>
12