Checkout quit and from readonly media.
This commit is contained in:
parent
23caae3d4e
commit
f9fbe2d53b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=2655
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $Id: Makefile,v 1.6 1998-04-08 16:46:07 wosch Exp $
|
# $Id: Makefile,v 1.7 1998-04-08 16:48:59 wosch Exp $
|
||||||
|
|
||||||
PORTINDEX= ./portindex
|
PORTINDEX= ./portindex
|
||||||
INDEX= ports/INDEX
|
INDEX= ports/INDEX
|
||||||
|
@ -11,7 +11,7 @@ CLEANFILES+= ${DOCS} Makefile.gen ${INDEX}
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
${INDEX}:
|
${INDEX}:
|
||||||
cvs co ${INDEX}
|
cvs -QR co ${INDEX}
|
||||||
|
|
||||||
Makefile.gen: index.sgml .NOTMAIN
|
Makefile.gen: index.sgml .NOTMAIN
|
||||||
echo DOCS= *.sgml > Makefile.gen
|
echo DOCS= *.sgml > Makefile.gen
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $Id: Makefile,v 1.6 1998-04-08 16:46:07 wosch Exp $
|
# $Id: Makefile,v 1.7 1998-04-08 16:48:59 wosch Exp $
|
||||||
|
|
||||||
PORTINDEX= ./portindex
|
PORTINDEX= ./portindex
|
||||||
INDEX= ports/INDEX
|
INDEX= ports/INDEX
|
||||||
|
@ -11,7 +11,7 @@ CLEANFILES+= ${DOCS} Makefile.gen ${INDEX}
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
${INDEX}:
|
${INDEX}:
|
||||||
cvs co ${INDEX}
|
cvs -QR co ${INDEX}
|
||||||
|
|
||||||
Makefile.gen: index.sgml .NOTMAIN
|
Makefile.gen: index.sgml .NOTMAIN
|
||||||
echo DOCS= *.sgml > Makefile.gen
|
echo DOCS= *.sgml > Makefile.gen
|
||||||
|
|
Loading…
Reference in a new issue