62018b53d6
has to cd to ${SRCDIR} to support inclusion messes elsewhere). Fortunately the previous commit forgot to remove it.
23 lines
522 B
Makefile
23 lines
522 B
Makefile
# From: @(#)Makefile 1.8 (Berkeley) 6/8/93
|
|
# $Id: Makefile,v 1.7 1998/08/02 14:07:27 bde Exp $
|
|
|
|
VOLUME= papers
|
|
DOC= memfs
|
|
SRCS= tmac.srefs paper.t
|
|
MACROS= -ms
|
|
CLEANFILES=A.gt paper.t ref.bib.i
|
|
SRCDIR= ${.OBJDIR} # ack!
|
|
|
|
A.gt: A.t
|
|
${GRIND} < ${.ALLSRC} > ${.TARGET}
|
|
|
|
paper.t: 0.t 1.t ref.bib.i A.gt
|
|
${REFER} -n -e -l -s -p ${.CURDIR}/ref.bib ${.ALLSRC:Nref.bib.i} \
|
|
> ${.TARGET}
|
|
|
|
ref.bib.i: ref.bib
|
|
${INDXBIB} -c ${.CURDIR}/../../../../contrib/groff/indxbib/eign \
|
|
-o ref.bib ${.ALLSRC}
|
|
|
|
.include <bsd.doc.mk>
|