xref: /freebsd/share/doc/papers/relengr/Makefile (revision afe61c15161c324a7af299a9b8457aba5afc92db)
1afe61c15SRodney W. Grimes#	@(#)Makefile	1.6 (Berkeley) 6/8/93
2afe61c15SRodney W. Grimes
3afe61c15SRodney W. GrimesDIR=	papers/relengr
4afe61c15SRodney W. GrimesSRCS=	0.t 1.t 2.t 3.t
5afe61c15SRodney W. GrimesMACROS=	-ms
6afe61c15SRodney W. GrimesEXTRA=	ref.bib tmac.srefs
7afe61c15SRodney W. GrimesREFER=	/a/staff/mckusick/book/ref/refer -m -n -e -l -s -p ref.bib
8afe61c15SRodney W. Grimes
9afe61c15SRodney W. Grimespaper.ps: ${SRCS}
10afe61c15SRodney W. Grimes	${REFER} ${SRCS} | ${ROFF} > ${.TARGET}
11afe61c15SRodney W. Grimes
12afe61c15SRodney W. Grimes.include <bsd.doc.mk>
13