Checkout ports/INDEX to stdout. This prevent `cvs update -d'
to checkout the full ports tree.
This commit is contained in:
parent
8edc8090ee
commit
38ca177dce
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=3084
2 changed files with 10 additions and 8 deletions
|
@ -1,9 +1,10 @@
|
||||||
# $Id: Makefile,v 1.6 1998-04-27 12:57:40 jfieber Exp $
|
# $Id: Makefile,v 1.7 1998-07-16 17:17:18 wosch Exp $
|
||||||
# The FreeBSD Japanese Documentation Project
|
# The FreeBSD Japanese Documentation Project
|
||||||
# Original revision: 1.8
|
# Original revision: 1.8
|
||||||
|
|
||||||
PORTINDEX= perl ./portindex
|
PORTINDEX= perl ./portindex
|
||||||
INDEX= ports/INDEX
|
INDEX= INDEX
|
||||||
|
PINDEX= ports/${INDEX}
|
||||||
|
|
||||||
COOKIE= ${INDEX} Makefile.gen
|
COOKIE= ${INDEX} Makefile.gen
|
||||||
|
|
||||||
|
@ -12,8 +13,8 @@ COOKIE= ${INDEX} Makefile.gen
|
||||||
CLEANFILES+= ${DOCS} Makefile.gen ${INDEX}
|
CLEANFILES+= ${DOCS} Makefile.gen ${INDEX}
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
${INDEX}:
|
${INDEX}: $${CVSROOT}/${PINDEX},v
|
||||||
cvs -QR co ${INDEX}
|
cvs -QR co -p ${PINDEX} > ${INDEX}
|
||||||
|
|
||||||
Makefile.gen: index.sgml .NOTMAIN
|
Makefile.gen: index.sgml .NOTMAIN
|
||||||
echo DOCS= *.sgml > Makefile.gen
|
echo DOCS= *.sgml > Makefile.gen
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
# $Id: Makefile,v 1.6 1998-04-27 12:57:40 jfieber Exp $
|
# $Id: Makefile,v 1.7 1998-07-16 17:17:18 wosch Exp $
|
||||||
# The FreeBSD Japanese Documentation Project
|
# The FreeBSD Japanese Documentation Project
|
||||||
# Original revision: 1.8
|
# Original revision: 1.8
|
||||||
|
|
||||||
PORTINDEX= perl ./portindex
|
PORTINDEX= perl ./portindex
|
||||||
INDEX= ports/INDEX
|
INDEX= INDEX
|
||||||
|
PINDEX= ports/${INDEX}
|
||||||
|
|
||||||
COOKIE= ${INDEX} Makefile.gen
|
COOKIE= ${INDEX} Makefile.gen
|
||||||
|
|
||||||
|
@ -12,8 +13,8 @@ COOKIE= ${INDEX} Makefile.gen
|
||||||
CLEANFILES+= ${DOCS} Makefile.gen ${INDEX}
|
CLEANFILES+= ${DOCS} Makefile.gen ${INDEX}
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
${INDEX}:
|
${INDEX}: $${CVSROOT}/${PINDEX},v
|
||||||
cvs -QR co ${INDEX}
|
cvs -QR co -p ${PINDEX} > ${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