diff options
author | Karl Berry <karl@freefriends.org> | 2013-04-07 23:21:01 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-04-07 23:21:01 +0000 |
commit | ed0f4e2cb9b93d24bfda036444ec3874c2f5ff71 (patch) | |
tree | 0e5fbb17f8016a4e292a7500e572fb118a80aea6 /Master/tlpkg/bin/tl-update-images | |
parent | afe0c6d8ec93fc52d52ffe0f91ba74fda9e9d9ee (diff) |
more texmf -> texmf-dist
git-svn-id: svn://tug.org/texlive/trunk@29728 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-images')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-images | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-update-images b/Master/tlpkg/bin/tl-update-images index b324e2d626d..ba6331ddfb5 100755 --- a/Master/tlpkg/bin/tl-update-images +++ b/Master/tlpkg/bin/tl-update-images @@ -87,7 +87,7 @@ MAKEINST () # included preformatted doc in new dir for the DVD. mkdir $imgdir/texlive-doc - (cd $master/texmf/doc/texlive && tar cf - \ + (cd $master/texmf-dist/doc/texlive && tar cf - \ index.html */*.html */*.pdf */*.png \ | (cd $imgdir/texlive-doc && tar xf -)) |