From acdee4ad2538aba3441755c5f43dbe30a0b1cf47 Mon Sep 17 00:00:00 2001 From: Staszek Wawrykiewicz Date: Sun, 7 Jan 2007 11:45:33 +0000 Subject: MakeImages have to copy some files from support git-svn-id: svn://tug.org/texlive/trunk@3193 c570f23f-e606-0410-a88d-b1316a301751 --- Build/tools/MakeImages.sh | 4 ++++ 1 file changed, 4 insertions(+) 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 - ) -- cgit v1.2.3