mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Build ref.bib.i in the object directory.
This commit is contained in:
parent
bd524f1b07
commit
edf1160963
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# From: @(#)Makefile 1.8 (Berkeley) 6/8/93
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.2 1995/01/11 04:10:05 wollman Exp $
|
||||
|
||||
VOLUME= papers
|
||||
DOC= memfs
|
||||
|
|
@ -14,7 +14,7 @@ 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
|
||||
${INDXBIB} -o ref.bib ${.CURDIR}/ref.bib
|
||||
|
||||
${.OBJDIR}/A.gt A.gt: ${.CURDIR}/A.t
|
||||
${GRIND} < ${.CURDIR}/A.t > A.gt
|
||||
|
|
|
|||
Loading…
Reference in a new issue