summaryrefslogtreecommitdiff
path: root/Build/tools
diff options
context:
space:
mode:
Diffstat (limited to 'Build/tools')
-rwxr-xr-xBuild/tools/MakeImages.sh4
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 - )