Install INDEX file.
This commit is contained in:
parent
ad20be4d1f
commit
d9d89c9526
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=3357
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $Id: Makefile,v 1.14 1998-08-11 11:43:52 wosch Exp $
|
# $Id: Makefile,v 1.15 1998-08-16 13:52:19 wosch Exp $
|
||||||
|
|
||||||
.if exists(../Makefile.conf)
|
.if exists(../Makefile.conf)
|
||||||
.include "../Makefile.conf"
|
.include "../Makefile.conf"
|
||||||
|
@ -16,7 +16,7 @@ COOKIE= ${INDEX} Makefile.gen
|
||||||
CLEANFILES+= ${DOCS} Makefile.gen ${INDEX} packages.exists
|
CLEANFILES+= ${DOCS} Makefile.gen ${INDEX} packages.exists
|
||||||
|
|
||||||
cvsindex= $${CVSROOT}/${PINDEX},v
|
cvsindex= $${CVSROOT}/${PINDEX},v
|
||||||
_ALLINSTALL= packages.exists
|
_ALLINSTALL= packages.exists ${INDEX}
|
||||||
|
|
||||||
${INDEX}: ${cvsindex}
|
${INDEX}: ${cvsindex}
|
||||||
cvs -QR co -p ${PINDEX} > ${INDEX}
|
cvs -QR co -p ${PINDEX} > ${INDEX}
|
||||||
|
|
Loading…
Reference in a new issue