summaryrefslogtreecommitdiff
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
parent1bb70515ca2514e2a593a39918a253c52efaede7 (diff)
no more public domain, sigh
git-svn-id: svn://tug.org/texlive/trunk@2287 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Build/README4
-rw-r--r--Build/cdbuild/README22
-rw-r--r--Build/source/README4
-rw-r--r--Build/tools/README6
4 files changed, 18 insertions, 18 deletions
diff --git a/Build/README b/Build/README
index 3b265831757..88d80583054 100644
--- a/Build/README
+++ b/Build/README
@@ -1,5 +1,7 @@
$Id$
-(public domain -- originally written in 2006 by Karl Berry.)
+Copyright (C) 2006 TeX Users Group.
+You may freely use, modify and/or distribute this file.
+(Originally written in 2006 by Karl Berry.)
The Build directory contains sources and tools which are used in
building TeX Live, but are not part of the live hierarchy. Each subdir
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.
diff --git a/Build/source/README b/Build/source/README
index 975cc8c2b91..7501a8b5ffb 100644
--- a/Build/source/README
+++ b/Build/source/README
@@ -1,5 +1,7 @@
-Public domain. Originally written by Karl Berry, 6jun05.
$Id$
+Copyright (C) 2004, 2006 TeX Users Group.
+You may freely use, modify and/or distribute this file.
+(Originally written in 2004 by Karl Berry.)
To build the source tree, run ./Build.
To build (mostly) without optimization, try CFLAGS=-g Build.
diff --git a/Build/tools/README b/Build/tools/README
index 70f41574ae6..30c289e315d 100644
--- a/Build/tools/README
+++ b/Build/tools/README
@@ -1,4 +1,6 @@
-(public domain -- originally written in 2004 by Karl Berry.)
+Copyright (C) 2005, 2006 TeX Users Group.
+You may freely use, modify and/or distribute this file.
+(Originally written in 2005 by Karl Berry.)
The scripts here relate to building or verifying TeX Live itself.
@@ -6,6 +8,7 @@ tlrebuild - master script to check package files (tpm-check),
update them (update-tpm), update the lists files generated from the
tpm's for the Unix installer (update-lists),
and make the ISO image (MakeImages.sh).
+ Run tlrebuild
tpm-by-size - reports packages by space consumed.
@@ -33,6 +36,7 @@ mkdocindex - builds top-level doc.html file.
Instructions from Sebastian (5jun04) on updating packages from ctan to
TeX Live; encapsulated in the ./ctan2tl script, but don't run it blindly.
+See also http://tug.org/texlive/pkgupdate.html.
a) grab the package X to Build/cdbuild/raw as a zip archive: gets $X.zip