diff options
author | Karl Berry <karl@freefriends.org> | 2007-01-05 01:41:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-01-05 01:41:55 +0000 |
commit | eeb5b94342f45baf77667bd4600f9a4fe87fc56f (patch) | |
tree | 58d7d4167468fce5e0bf46899d7cf64e23866ddf | |
parent | c7c7b66a4eae08138c5aaa34deef54fe6b9e06f0 (diff) |
(makeinst): exclude support and source, there is
not enough space.
git-svn-id: svn://tug.org/texlive/trunk@3149 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Build/tools/MakeImages.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Build/tools/MakeImages.sh b/Build/tools/MakeImages.sh index 53e5d668e1f..03955c21724 100755 --- a/Build/tools/MakeImages.sh +++ b/Build/tools/MakeImages.sh @@ -10,7 +10,7 @@ # but this was dropped in 2004. # # Copyright 2003, 2004, 2005 Sebastian Rahtz. -# Copyright 2006 TeX Users Group. +# Copyright 2007 Karl Berry. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -137,14 +137,12 @@ mkdir -p $WORK $debug && echo " makeinst: copy top-level files..." cd $master || exit 1 tar cf - \ - support \ .mkisofsrc config.* autorun.inf \ install-compr.sh install-pkg-compr.sh common.sh utils.sh \ COPYING \ LICENSE.TL \ README.* \ setuptl/* \ - source \ texmf-doc/doc/*/texlive-* \ 00INST.TL *html \ | (cd $WORK && tar xf - ) |