diff options
author | Karl Berry <karl@freefriends.org> | 2009-06-14 21:20:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-06-14 21:20:57 +0000 |
commit | 5b91da54b2f120e42a2a05e5d7eec81581d070f2 (patch) | |
tree | b729859ece29ac029f782a2667d5f7975590ecf8 /Master | |
parent | d88fd922cc82efa8efbbc59d5dfc3830567abb9b (diff) |
doc fix
git-svn-id: svn://tug.org/texlive/trunk@13739 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-images | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/tlpkg/bin/tl-update-images b/Master/tlpkg/bin/tl-update-images index 7a6f9ed8314..62485d41dcb 100755 --- a/Master/tlpkg/bin/tl-update-images +++ b/Master/tlpkg/bin/tl-update-images @@ -4,8 +4,8 @@ # Create the .iso file system images for TeX Live: # a) live: the complete uncompressed system (for DVD) # +# Copyright 2007, 2008, 2009 Karl Berry. # Copyright 2003, 2004, 2005 Sebastian Rahtz. -# Copyright 2007, 2008 Karl Berry. # # This file is licensed under the GNU General Public License version 2 # or any later version. @@ -106,11 +106,11 @@ MAKELIVE () # -# Make three tar files: the sources, the texmf trees, the binaries. -# Each should unpack into its directory name. We use the GNU tar -# --transform option to avoid copying the whole hierarchy to temp -# directory. This auxiliary function takes that name as its first -# argument, and the files to archive as the rest. +# Make the tar files: the sources, the texmf trees, the binaries, the +# minor "extra" files. Each should unpack into its directory name. We +# use the GNU tar --transform option to avoid copying the whole +# hierarchy to temp directory. This auxiliary function takes that name +# as its first argument, and the files to archive as the rest. # do_tar () { |