diff options
Diffstat (limited to 'Build/cdbuild')
-rw-r--r-- | Build/cdbuild/README | 22 |
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. |