xref: /csrg-svn/old/as.vax/PSD.doc/Makefile (revision 44738)
1*44738Sbostic#	@(#)Makefile	1.3	(Berkeley)	06/30/90
210909Srrh
3*44738SbosticDIR=	ps1/05.as
4*44738SbosticSRCS=	asdocs0.me asdocs1.me asdocs2.me asdocs3.me asdocs4.me
5*44738SbosticEQNCH=	/usr/share/misc/eqnchar
6*44738SbosticMACROS=	-me
7*44738SbosticEXTRA=	as.man.1
810909Srrh
9*44738Sbosticpaper.${PRINTER}: ${SRCS}
10*44738Sbostic	(cat ${EQNCH}; ${SOELIM} ${SRCS} | ${TBL}) | ${EQN} > ${.TARGET}
1110909Srrh
12*44738Sbostic.include <bsd.doc.mk>
13