Garrett Wollman a316b26e50 Make all these format under the new scheme. I haven't had a chance to
test the -me stuff, so it's still disabled for now.
1995-01-11 04:10:10 +00:00

23 lines
542 B
Makefile

# From: @(#)Makefile 1.8 (Berkeley) 6/8/93
# $Id$
VOLUME= papers
DOC= memfs
SRCS= tmac.srefs paper.t
MACROS= -ms
REFER= refer -n -e -l -s -p ${.CURDIR}/ref.bib
EXTRA= ref.bib A.t tmac.srefs
CLEANFILES=ref.bib.i A.gt paper.t
SRCDIR= ${.OBJDIR} # ack!
paper.t: 0.t 1.t ${.OBJDIR}/ref.bib.i ${.OBJDIR}/A.gt
${REFER} ${.CURDIR}/0.t ${.CURDIR}/1.t A.gt > ${.TARGET}
${.OBJDIR}/ref.bib.i ref.bib.i: ${.CURDIR}/ref.bib
${INDXBIB} ${.CURDIR}/ref.bib
${.OBJDIR}/A.gt A.gt: ${.CURDIR}/A.t
${GRIND} < ${.CURDIR}/A.t > A.gt
.include <bsd.doc.mk>