summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-update-images
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin/tl-update-images')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-images2
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 -))