diff options
author | Karl Berry <karl@freefriends.org> | 2010-08-30 22:44:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-08-30 22:44:48 +0000 |
commit | 6230cf5be766155c31569472ce2d14f1f78d7a68 (patch) | |
tree | 6661f95d7ed7c905431d9a39562d45dfcb328bb8 /Master/tlpkg/bin/tl-update-images | |
parent | 2b57ea1078fe612e67c9960f7994e5306895e4e8 (diff) |
doc tweaks
git-svn-id: svn://tug.org/texlive/trunk@19571 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-images')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-images | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/tl-update-images b/Master/tlpkg/bin/tl-update-images index 9ab29afa036..149a5864f60 100755 --- a/Master/tlpkg/bin/tl-update-images +++ b/Master/tlpkg/bin/tl-update-images @@ -80,6 +80,9 @@ MAKEINST () cp -p $master/* $imgdir 2>/dev/null || true # intentionally skip dirs cp -pr $master/readme* $master/source $imgdir # do these few dirs + # tl-portable can't be run in compressed dist. + rm -f $imgdir/tl-portable* + # included preformatted doc in new dir for the DVD. mkdir $imgdir/texlive-doc (cd $master/texmf/doc/texlive && tar cf - \ |