diff options
author | Staszek Wawrykiewicz <staw@gust.org.pl> | 2007-01-07 11:45:33 +0000 |
---|---|---|
committer | Staszek Wawrykiewicz <staw@gust.org.pl> | 2007-01-07 11:45:33 +0000 |
commit | acdee4ad2538aba3441755c5f43dbe30a0b1cf47 (patch) | |
tree | 8a25d91a0647f7d6433a46da4dfb6d549c6cbb8c /Build/tools/MakeImages.sh | |
parent | 78fc8631110cf6d5e9b26e670736c2bac9d9a3ea (diff) |
MakeImages have to copy some files from support
git-svn-id: svn://tug.org/texlive/trunk@3193 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/tools/MakeImages.sh')
-rwxr-xr-x | Build/tools/MakeImages.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Build/tools/MakeImages.sh b/Build/tools/MakeImages.sh index 03955c21724..e00b9682f51 100755 --- a/Build/tools/MakeImages.sh +++ b/Build/tools/MakeImages.sh @@ -134,6 +134,7 @@ WORK=$work/TL test -d $WORK && rm -rf $WORK mkdir -p $WORK +# we need at least gs, dviout and unzip from support (staw) $debug && echo " makeinst: copy top-level files..." cd $master || exit 1 tar cf - \ @@ -143,6 +144,9 @@ tar cf - \ LICENSE.TL \ README.* \ setuptl/* \ + support/gs854w32-tl.zip \ + support/tex318w.zip \ + support/unzip.exe \ texmf-doc/doc/*/texlive-* \ 00INST.TL *html \ | (cd $WORK && tar xf - ) |