Use the mechanism in web.mk to get ports/INDEX from the repository.
This commit is contained in:
parent
c631979f12
commit
631a3ac036
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=622
2 changed files with 6 additions and 10 deletions
|
@ -1,9 +1,10 @@
|
|||
# $Id: Makefile,v 1.2 1996-09-24 18:56:21 jfieber Exp $
|
||||
# $Id: Makefile,v 1.3 1996-10-24 23:48:43 jfieber Exp $
|
||||
|
||||
PORTINDEX= ./portindex
|
||||
INDEX= ports/INDEX
|
||||
CVSDIR= ports/INDEX
|
||||
|
||||
COOKIE= index Makefile.gen
|
||||
COOKIE= cvsdir Makefile.gen
|
||||
|
||||
.if exists(Makefile.gen)
|
||||
.include "Makefile.gen"
|
||||
|
@ -18,7 +19,4 @@ index.sgml: ${INDEX} .NOTMAIN
|
|||
rm -f *.sgml
|
||||
${PORTINDEX} ${INDEX}
|
||||
|
||||
index: .NOTMAIN
|
||||
cvs co ${INDEX}
|
||||
|
||||
.include "../web.mk"
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
# $Id: Makefile,v 1.2 1996-09-24 18:56:21 jfieber Exp $
|
||||
# $Id: Makefile,v 1.3 1996-10-24 23:48:43 jfieber Exp $
|
||||
|
||||
PORTINDEX= ./portindex
|
||||
INDEX= ports/INDEX
|
||||
CVSDIR= ports/INDEX
|
||||
|
||||
COOKIE= index Makefile.gen
|
||||
COOKIE= cvsdir Makefile.gen
|
||||
|
||||
.if exists(Makefile.gen)
|
||||
.include "Makefile.gen"
|
||||
|
@ -18,7 +19,4 @@ index.sgml: ${INDEX} .NOTMAIN
|
|||
rm -f *.sgml
|
||||
${PORTINDEX} ${INDEX}
|
||||
|
||||
index: .NOTMAIN
|
||||
cvs co ${INDEX}
|
||||
|
||||
.include "../web.mk"
|
||||
|
|
Loading…
Reference in a new issue