summaryrefslogtreecommitdiff
path: root/Build/cdbuild
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-10-09 15:38:26 +0000
committerKarl Berry <karl@freefriends.org>2006-10-09 15:38:26 +0000
commitdcb10bd33095642ed8efa2d07ba674dc91eda79a (patch)
treecdefaaba2b5611c6e7e040a8f7c05a5cdd6a0248 /Build/cdbuild
parent1bb70515ca2514e2a593a39918a253c52efaede7 (diff)
no more public domain, sigh
git-svn-id: svn://tug.org/texlive/trunk@2287 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/cdbuild')
-rw-r--r--Build/cdbuild/README22
1 files changed, 7 insertions, 15 deletions
diff --git a/Build/cdbuild/README b/Build/cdbuild/README
index 4cb9a4f3fd4..0686c7c16eb 100644
--- a/Build/cdbuild/README
+++ b/Build/cdbuild/README
@@ -1,18 +1,10 @@
$Id$
-Originally written 2004, Karl Berry. Public domain.
+Copyright (C) 2004, 2006 TeX Users Group.
+You may freely use, modify and/or distribute this file.
+(Originally written in 2004 by Karl Berry.)
-These are Sebastian's magic scripts for updating packages from CTAN into
-TeX Live. Here is the basic idea for the standard LaTeX package:
+These are the scripts for updating packages from CTAN into TeX Live,
+mainly written by Sebastian Rahtz.
-cd <TL>/Build/cdbuild
-p=pkgname # eg, numprint
-(cd <CTAN>/macros/latex/contrib && tar cf - $p) | tar xf - # e.g.
-test -d cooked || mkdir cooked # scripts don't do it for you
-./ctan2tds.pl $p # which makes ./cooked/$p; check that carefully!
-cd cooked
-../place $p # which copies files into Master and does p4 add/del cmds.
-p4 revert -a # excise unchanged files from change list.
-<update TPM:Version in the tpm file>
-p4 submit # when everything looks good
-
-See tools/README, and the ctan2tl and tpm-ctan-check scripts in Tools.
+See ../tools/README, and the ctan2tl and tpm-ctan-check scripts there,
+and most of all http://tug.org/texlive/pkgupdate.html.